Skip to content

Commit

Permalink
Final release touches
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Apr 20, 2015
1 parent 14d7f21 commit 8dbd7f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SQLITEVERSION=3.8.9
APSWSUFFIX=-r1

RELEASEDATE="1 February 2015"
RELEASEDATE="19 April 2015"

VERSION=$(SQLITEVERSION)$(APSWSUFFIX)
VERDIR=apsw-$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APSW documentation

.. centered:: APSW |version| released |today|

Use with SQLite 3.8.7 or later, CPython 2.3 or later including CPython
Use with SQLite 3.8.9 or later, CPython 2.3 or later including CPython
3.

APSW provides an SQLite 3 wrapper that provides the thinnest layer
Expand Down
4 changes: 2 additions & 2 deletions src/apsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ API Reference
#include "sqlite3.h"
#endif

#if SQLITE_VERSION_NUMBER < 3008008
#error Your SQLite version is too old. It must be at least 3.8.8
#if SQLITE_VERSION_NUMBER < 3008009
#error Your SQLite version is too old. It must be at least 3.8.9
#endif

/* system headers */
Expand Down

0 comments on commit 8dbd7f2

Please sign in to comment.