bump version to TinyORM v0.36.4

- bugfix column aliases quoting
This commit is contained in:
silverqx
2023-10-31 15:33:34 +01:00
parent 6f6ddde15e
commit 5e06d45c24
9 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ TINY_SYSTEM_HEADER
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html */
#define TINYORM_VERSION_MAJOR 0
#define TINYORM_VERSION_MINOR 36
#define TINYORM_VERSION_BUGFIX 3
#define TINYORM_VERSION_BUGFIX 4
#define TINYORM_VERSION_BUILD 0
// Should be empty for stable releases, and use the hyphen before to be compatible with SemVer!
#define TINYORM_VERSION_STATUS ""