Skip to content

Commit

Permalink
SQLite version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Jan 3, 2019
1 parent 2aae05b commit 3f3fe75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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 < 3025000
#error Your SQLite version is too old. It must be at least 3.25
#if SQLITE_VERSION_NUMBER < 3026000
#error Your SQLite version is too old. It must be at least 3.26
#endif

/* system headers */
Expand Down
4 changes: 1 addition & 3 deletions tools/megatest.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ def patch_natty_build(setup):
)

SQLITEVERS=(
'3.25.0',
'3.25.1',
'3.25.2',
'3.26.0',
)

if __name__=='__main__':
Expand Down

0 comments on commit 3f3fe75

Please sign in to comment.