Bump version: 6.38 → 6.39

This commit is contained in:
Maxim Devaev
2025-07-03 04:19:51 +03:00
parent 777697dc1e
commit 913cdac7a6
7 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
#define US_VERSION_MAJOR 6
#define US_VERSION_MINOR 38
#define US_VERSION_MINOR 39
#define US_MAKE_VERSION2(_major, _minor) #_major "." #_minor
#define US_MAKE_VERSION1(_major, _minor) US_MAKE_VERSION2(_major, _minor)