Bump version: 3.27 → 4.0

This commit is contained in:
Devaev Maxim
2021-06-10 18:48:00 +03:00
parent 48f35ccd32
commit 0a08ca657d
7 changed files with 8 additions and 8 deletions

View File

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