We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc7f9b commit 09dd108Copy full SHA for 09dd108
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = 2.2.0
+PROJECT_NUMBER = 2.3.0
42
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
# for a project that appears at the top of each page and should give viewer a
include/SQLiteCpp/SQLiteCpp.h
@@ -38,5 +38,5 @@
* with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
* numbers used in [SQLITECPP_VERSION].
*/
-#define SQLITECPP_VERSION "2.02.00" // 2.2.0
-#define SQLITECPP_VERSION_NUMBER 2002000 // 2.2.0
+#define SQLITECPP_VERSION "2.03.00" // 2.3.0
+#define SQLITECPP_VERSION_NUMBER 2003000 // 2.3.0
0 commit comments