Skip to content

Commit 35aceae

Browse files
committed
Restored SQLITE_JS_VERSION
1 parent 315a37f commit 35aceae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sqlitejs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// Created by Marco Bambini on 31/03/25.
66
//
77

8-
#define SQLITE_JS_VERSION "1.1.1"
9-
108
#ifndef __SQLITEJS__
119
#define __SQLITEJS__
1210

@@ -18,6 +16,8 @@
1816
#include "sqlite3.h"
1917
#endif
2018

19+
#define SQLITE_JS_VERSION "1.1.1"
20+
2121
int sqlite3_js_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2222
const char *sqlitejs_version (void);
2323
const char *quickjs_version (void);

0 commit comments

Comments
 (0)