Skip to content

Commit

Permalink
Release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed May 12, 2018
1 parent f52cbe7 commit 0a6b718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.23.1
APSWSUFFIX=-r1

RELEASEDATE="6 May 2018"
RELEASEDATE="12 May 2018"

VERSION=$(SQLITEVERSION)$(APSWSUFFIX)
VERDIR=apsw-$(VERSION)
Expand Down
4 changes: 2 additions & 2 deletions src/apsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ API Reference
#include "sqlite3.h"
#endif

#if SQLITE_VERSION_NUMBER < 3022000
#error Your SQLite version is too old. It must be at least 3.22
#if SQLITE_VERSION_NUMBER < 3023000
#error Your SQLite version is too old. It must be at least 3.23
#endif

/* system headers */
Expand Down

0 comments on commit 0a6b718

Please sign in to comment.