Skip to content

Commit 469fec7

Browse files
committed
bumped version
1 parent bc00168 commit 469fec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xeus-sqlite/xeus_sqlite_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Project version
1414
#define XSQLITE_VERSION_MAJOR 0
1515
#define XSQLITE_VERSION_MINOR 6
16-
#define XSQLITE_VERSION_PATCH 0
16+
#define XSQLITE_VERSION_PATCH 1
1717

1818
// Composing the version string from major, minor and patch
1919
#define XSQLITE_CONCATENATE(A, B) XSQLITE_CONCATENATE_IMPL(A, B)

0 commit comments

Comments
 (0)