From ca8909896247b21bf08d62a5109b23e9f65c89e1 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 10 Sep 2023 12:04:30 +0200 Subject: [PATCH] bump version to TinyORM v0.35.0 and tom v0.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bugfix forgotten to increase TinyORM version number in version.hpp 🙃 Really need to automate this. 🪡 [skip ci] --- include/orm/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/orm/version.hpp b/include/orm/version.hpp index 0f6b3065e..21381e5c3 100644 --- a/include/orm/version.hpp +++ b/include/orm/version.hpp @@ -12,8 +12,8 @@ TINY_SYSTEM_HEADER https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C++ https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html*/ #define TINYORM_VERSION_MAJOR 0 -#define TINYORM_VERSION_MINOR 34 -#define TINYORM_VERSION_BUGFIX 1 +#define TINYORM_VERSION_MINOR 35 +#define TINYORM_VERSION_BUGFIX 0 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! #define TINYORM_VERSION_STATUS ""