Bump version: 4.13 → 5.0

This commit is contained in:
Maxim Devaev
2022-03-02 14:42:31 +03:00
parent 322c67f7a5
commit fdc955a713
7 changed files with 8 additions and 8 deletions

View File

@@ -22,8 +22,8 @@
#pragma once
#define VERSION_MAJOR 4
#define VERSION_MINOR 13
#define VERSION_MAJOR 5
#define VERSION_MINOR 0
#define MAKE_VERSION2(_major, _minor) #_major "." #_minor
#define MAKE_VERSION1(_major, _minor) MAKE_VERSION2(_major, _minor)