Skip to content

Commit

Permalink
bump TinyORM v0.4.5, tom v0.2.2, TinyUtils v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 5, 2022
1 parent 717613e commit db5232a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/orm/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TINY_SYSTEM_HEADER

#define TINYORM_VERSION_MAJOR 0
#define TINYORM_VERSION_MINOR 4
#define TINYORM_VERSION_BUGFIX 4
#define TINYORM_VERSION_BUGFIX 5
#define TINYORM_VERSION_BUILD 0
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
#define TINYORM_VERSION_STATUS ""
Expand Down
2 changes: 1 addition & 1 deletion tests/TinyUtils/src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define TINYUTILS_VERSION_MAJOR 0
#define TINYUTILS_VERSION_MINOR 1
#define TINYUTILS_VERSION_BUGFIX 0
#define TINYUTILS_VERSION_BUGFIX 1
#define TINYUTILS_VERSION_BUILD 0

// NOLINTNEXTLINE(bugprone-reserved-identifier)
Expand Down
2 changes: 1 addition & 1 deletion tom/include/tom/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TINY_SYSTEM_HEADER

#define TINYTOM_VERSION_MAJOR 0
#define TINYTOM_VERSION_MINOR 2
#define TINYTOM_VERSION_BUGFIX 1
#define TINYTOM_VERSION_BUGFIX 2
#define TINYTOM_VERSION_BUILD 0
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
#define TINYTOM_VERSION_STATUS ""
Expand Down

0 comments on commit db5232a

Please sign in to comment.