Skip to content

Commit

Permalink
Bump minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Jan 23, 2015
1 parent 765abda commit 29e3c7f
Showing 1 changed file with 2 additions and 2 deletions.
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 < 3008007
#error Your SQLite version is too old. It must be at least 3.8.7
#if SQLITE_VERSION_NUMBER < 3008008
#error Your SQLite version is too old. It must be at least 3.8.8
#endif

/* system headers */
Expand Down

0 comments on commit 29e3c7f

Please sign in to comment.