Update version to v2.15.0

This change is proposed so the program outputs it in --version. Thank you very much!
This commit is contained in:
melt 2019-03-29 14:28:54 -04:00 committed by GitHub
parent 08ef94486b
commit 2b24d7f10f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,8 @@
#define APP_KIND "cpu" #define APP_KIND "cpu"
#define APP_VER_MAJOR 2 #define APP_VER_MAJOR 2
#define APP_VER_MINOR 14 #define APP_VER_MINOR 15
#define APP_VER_PATCH 1 #define APP_VER_PATCH 0
#ifdef _MSC_VER #ifdef _MSC_VER
# if (_MSC_VER >= 1910) # if (_MSC_VER >= 1910)