From a017b4c5e693e3a339ca3207a923a049b3ce2c1c Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 16 Jan 2004 23:48:39 +0000 Subject: update file for win32 build --- ext/sqlite/libsqlite/src/sqlite.w32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sqlite') diff --git a/ext/sqlite/libsqlite/src/sqlite.w32.h b/ext/sqlite/libsqlite/src/sqlite.w32.h index f2f8e28b0c..becef09790 100644 --- a/ext/sqlite/libsqlite/src/sqlite.w32.h +++ b/ext/sqlite/libsqlite/src/sqlite.w32.h @@ -28,7 +28,7 @@ extern "C" { /* ** The version of the SQLite library. */ -#define SQLITE_VERSION "2.8.9" +#define SQLITE_VERSION "2.8.11" /* ** The version string is also compiled into the library so that a program -- cgit v1.2.1