Bump version: 5.59 → 6.0

This commit is contained in:
Maxim Devaev
2024-03-06 21:50:47 +02:00
parent 8f3a475a32
commit e1ef86146f
7 changed files with 8 additions and 8 deletions

View File

@@ -25,8 +25,8 @@
#include "types.h"
#define US_VERSION_MAJOR 5
#define US_VERSION_MINOR 59
#define US_VERSION_MAJOR 6
#define US_VERSION_MINOR 0
#define US_MAKE_VERSION2(_major, _minor) #_major "." #_minor
#define US_MAKE_VERSION1(_major, _minor) US_MAKE_VERSION2(_major, _minor)