From e10a5727f4178d6e31b252e49389b7dd86bdbbc4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 6 Sep 2010 15:26:43 +0200 Subject: updated sqlite on windows from 3.7.1 to 3.7.2 --- makefiles/nmake/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles') diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk index f9767ae..1d3b285 100644 --- a/makefiles/nmake/config.mk +++ b/makefiles/nmake/config.mk @@ -21,4 +21,4 @@ PLATFORM_SDK_DIR = C:\Program Files\Microsoft Platform SDK for Windows Server 20 # version of the sqlite3 library (amalgamation, is included as subdir) -SQLITE_VERSION=3.7.1 +SQLITE_VERSION=3.7.2 -- cgit v1.2.3-54-g00ecf