Skip to content

Commit ca89098

Browse files
committed
bump version to TinyORM v0.35.0 and tom v0.6.1
- bugfix forgotten to increase TinyORM version number in version.hpp 🙃 Really need to automate this. 🪡 [skip ci]
1 parent ad0654a commit ca89098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/orm/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ TINY_SYSTEM_HEADER
1212
https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C++
1313
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html*/
1414
#define TINYORM_VERSION_MAJOR 0
15-
#define TINYORM_VERSION_MINOR 34
16-
#define TINYORM_VERSION_BUGFIX 1
15+
#define TINYORM_VERSION_MINOR 35
16+
#define TINYORM_VERSION_BUGFIX 0
1717
#define TINYORM_VERSION_BUILD 0
1818
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
1919
#define TINYORM_VERSION_STATUS ""

0 commit comments

Comments
 (0)