1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

:-) (CVS 139)

FossilOrigin-Name: 67e2da38c30ca73707ad48064a23794cfcff7888
This commit is contained in:
drh
2000-08-22 13:40:51 +00:00
parent b217a57eb9
commit 3d0b5598c0
3 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
** other files are for internal use by SQLite and should not be
** accessed by users of the library.
**
** $Id: main.c,v 1.17 2000/08/22 13:40:19 drh Exp $
** $Id: main.c,v 1.18 2000/08/22 13:40:51 drh Exp $
*/
#include "sqliteInt.h"
@@ -187,7 +187,7 @@ static int sqliteInit(sqlite *db, char **pzErrMsg){
/*
** The version of the library
*/
const char sqlite_version[] = SQLITE_VERSION_STRING;
const char sqlite_version[] = SQLITE_VERSION;
/*
** Open a new SQLite database. Construct an "sqlite" structure to define