Skip to content

Commit 61703ed

Browse files
committed
Fix sqlite int64 queries
1 parent db8ba7c commit 61703ed

3 files changed

Lines changed: 348 additions & 348 deletions

File tree

src/sql_mm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const char *SQLPlugin::GetLicense()
134134

135135
const char *SQLPlugin::GetVersion()
136136
{
137-
return "1.3.3.0";
137+
return "1.3.4.0";
138138
}
139139

140140
const char *SQLPlugin::GetDate()

0 commit comments

Comments
 (0)