Bump version: 5.52 → 5.53

This commit is contained in:
Maxim Devaev
2024-02-26 22:42:48 +02:00
parent 506a4496d1
commit 284b17d1db
7 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
#define US_VERSION_MAJOR 5
#define US_VERSION_MINOR 52
#define US_VERSION_MINOR 53
#define US_MAKE_VERSION2(_major, _minor) #_major "." #_minor
#define US_MAKE_VERSION1(_major, _minor) US_MAKE_VERSION2(_major, _minor)