mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Add the sqlite3_libversion() API (ticket #834). Fix the build scripts to
correctly build the shared libraries with version 8.4 of Tcl. (CVS 1908) FossilOrigin-Name: 6db26a19ea7ac77be41a7416dedaef1b9dfd9e16
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
** other files are for internal use by SQLite and should not be
|
||||
** accessed by users of the library.
|
||||
**
|
||||
** $Id: main.c,v 1.254 2004/08/28 14:49:47 drh Exp $
|
||||
** $Id: main.c,v 1.255 2004/08/28 16:19:01 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include "os.h"
|
||||
@@ -372,6 +372,7 @@ int sqlite3ReadSchema(Parse *pParse){
|
||||
*/
|
||||
const char rcsid3[] = "@(#) \044Id: SQLite version " SQLITE_VERSION " $";
|
||||
const char sqlite3_version[] = SQLITE_VERSION;
|
||||
const char *sqlite3_libversion(void){ return sqlite3_version; }
|
||||
|
||||
/*
|
||||
** This is the default collating function named "BINARY" which is always
|
||||
|
Reference in New Issue
Block a user