wez             Fri Jan 16 18:48:40 2004 EDT

  Modified files:              
    /php-src/ext/sqlite/libsqlite/src   sqlite.w32.h 
  Log:
  update file for win32 build
  
Index: php-src/ext/sqlite/libsqlite/src/sqlite.w32.h
diff -u php-src/ext/sqlite/libsqlite/src/sqlite.w32.h:1.4 
php-src/ext/sqlite/libsqlite/src/sqlite.w32.h:1.5
--- php-src/ext/sqlite/libsqlite/src/sqlite.w32.h:1.4   Thu Jan  8 11:18:38 2004
+++ php-src/ext/sqlite/libsqlite/src/sqlite.w32.h       Fri Jan 16 18:48:39 2004
@@ -12,7 +12,7 @@
 ** This header file defines the interface that the SQLite library
 ** presents to client programs.
 **
-** @(#) $Id: sqlite.w32.h,v 1.4 2004/01/08 16:18:38 wez Exp $
+** @(#) $Id: sqlite.w32.h,v 1.5 2004/01/16 23:48:39 wez Exp $
 */
 #ifndef _SQLITE_H_
 #define _SQLITE_H_
@@ -28,7 +28,7 @@
 /*
 ** 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to