Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Dec 8, 2023
1 parent e0b09d6 commit 55ec924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xeus-sqlite/xeus_sqlite_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Project version
#define XSQLITE_VERSION_MAJOR 0
#define XSQLITE_VERSION_MINOR 6
#define XSQLITE_VERSION_PATCH 1
#define XSQLITE_VERSION_PATCH 2

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

0 comments on commit 55ec924

Please sign in to comment.