Skip to content

Commit 5701421

Browse files
committed
bump versions to TinyORM v0.5.0, tom v0.3.0
1 parent 9f5926f commit 5701421

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/orm/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ TINY_SYSTEM_HEADER
99
#endif
1010

1111
#define TINYORM_VERSION_MAJOR 0
12-
#define TINYORM_VERSION_MINOR 4
13-
#define TINYORM_VERSION_BUGFIX 6
12+
#define TINYORM_VERSION_MINOR 5
13+
#define TINYORM_VERSION_BUGFIX 0
1414
#define TINYORM_VERSION_BUILD 0
1515
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
1616
#define TINYORM_VERSION_STATUS ""

tom/include/tom/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ TINY_SYSTEM_HEADER
99
#endif
1010

1111
#define TINYTOM_VERSION_MAJOR 0
12-
#define TINYTOM_VERSION_MINOR 2
13-
#define TINYTOM_VERSION_BUGFIX 2
12+
#define TINYTOM_VERSION_MINOR 3
13+
#define TINYTOM_VERSION_BUGFIX 0
1414
#define TINYTOM_VERSION_BUILD 0
1515
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
1616
#define TINYTOM_VERSION_STATUS ""

0 commit comments

Comments
 (0)