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 153aac6 commit e1722bfCopy full SHA for e1722bf
include/orm/version.hpp
@@ -9,7 +9,7 @@ TINY_SYSTEM_HEADER
9
#endif
10
11
#define TINYORM_VERSION_MAJOR 0
12
-#define TINYORM_VERSION_MINOR 3
+#define TINYORM_VERSION_MINOR 4
13
#define TINYORM_VERSION_BUGFIX 0
14
#define TINYORM_VERSION_BUILD 0
15
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
tom/include/tom/version.hpp
#define TINYTOM_VERSION_MAJOR 0
-#define TINYTOM_VERSION_MINOR 1
+#define TINYTOM_VERSION_MINOR 2
#define TINYTOM_VERSION_BUGFIX 0
#define TINYTOM_VERSION_BUILD 0
0 commit comments