Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Nov 21, 2014
1 parent 1e407dd commit 23d07ce
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

SQLITEVERSION=3.8.7.1
SQLITEVERSION=3.8.7.2
APSWSUFFIX=-r1

RELEASEDATE="4 November 2014"
RELEASEDATE="20 November 2014"

VERSION=$(SQLITEVERSION)$(APSWSUFFIX)
VERDIR=apsw-$(VERSION)
Expand Down
5 changes: 4 additions & 1 deletion checksums
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,7 @@ https://sqlite.org/2014/sqlite-amalgamation-3080700.zip 1546546 3e23079f062fc
https://sqlite.org/2014/sqlite-autoconf-3080700.tar.gz 1998217 8b773b006db46f3ffcbabe065e927823d13bf5c0 10cf856d953d8152cdaf180623102a23

https://sqlite.org/2014/sqlite-amalgamation-3080701.zip 1546683 6a6885488f7bac94f66602e59ccfa3cfe99ba1c1 4f5fc6319c6666a4ffe63a05c91786da
https://sqlite.org/2014/sqlite-autoconf-3080701.tar.gz 1998389 5601be1263842209d7c5dbf6128f1cc0b6bbe2e5 8ee4541ebb3e5739e7ef5e9046e30063
https://sqlite.org/2014/sqlite-autoconf-3080701.tar.gz 1998389 5601be1263842209d7c5dbf6128f1cc0b6bbe2e5 8ee4541ebb3e5739e7ef5e9046e30063

https://sqlite.org/2014/sqlite-amalgamation-3080702.zip 1547239 c8c54bca3eba079b40acb7297c48142698118f4d 10587262e4381358b707df75392c895f
https://sqlite.org/2014/sqlite-autoconf-3080702.tar.gz 1998965 175283383d010709f76fdd13cb0c8c3c329a1c67 0f847048745ddbdf0c441c82d096fbb4
4 changes: 2 additions & 2 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Change History
**************
.. currentmodule:: apsw

3.8.8-r1
========
3.8.7.2-r1
==========

Fixed parsing of icu-config flags

Expand Down
2 changes: 1 addition & 1 deletion src/apswversion.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define APSW_VERSION "3.8.7.1-r1"
#define APSW_VERSION "3.8.7.2-r1"
1 change: 1 addition & 0 deletions tools/checksums.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import re

sqlitevers=(
'3080702',
'3080701',
'3080700',
'3080600',
Expand Down
1 change: 1 addition & 0 deletions tools/megatest.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def patch_natty_build(setup):
SQLITEVERS=(
'3.8.7',
'3.8.7.1',
'3.8.7.2',
)

if __name__=='__main__':
Expand Down

0 comments on commit 23d07ce

Please sign in to comment.