We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0654a commit ca89098Copy full SHA for ca89098
include/orm/version.hpp
@@ -12,8 +12,8 @@ TINY_SYSTEM_HEADER
12
https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C++
13
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html*/
14
#define TINYORM_VERSION_MAJOR 0
15
-#define TINYORM_VERSION_MINOR 34
16
-#define TINYORM_VERSION_BUGFIX 1
+#define TINYORM_VERSION_MINOR 35
+#define TINYORM_VERSION_BUGFIX 0
17
#define TINYORM_VERSION_BUILD 0
18
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
19
#define TINYORM_VERSION_STATUS ""
0 commit comments