:-) (CVS 139)

FossilOrigin-Name: 67e2da38c30ca73707ad48064a23794cfcff7888
diff --git a/src/main.c b/src/main.c
index 67b1552..4ee8776 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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 @@
 /*
 ** 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