commit 1264f432b397ba919745de07d34a7a3de93a133e Author: Matias De lellis Date: Thu Oct 25 11:17:58 2018 -0300 Update version to last tag diff --git a/CMakeLists.txt b/CMakeLists.txt index 1750bb9..6010526 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ ENDIF() # ------------------------------------------------ SET(GLYR_VERSION_MAJOR "1") SET(GLYR_VERSION_MINOR "0") -SET(GLYR_VERSION_MICRO "9") +SET(GLYR_VERSION_MICRO "10") SET(GLYR_VERSION_NAME "Raving Raven") # ------------------------------------------------ diff --git a/lib/config.h b/lib/config.h index 3bfa703..eb9a2e3 100644 --- a/lib/config.h +++ b/lib/config.h @@ -12,11 +12,11 @@ #define GLYR_VERSION_MAJOR "1" #define GLYR_VERSION_MINOR "0" -#define GLYR_VERSION_MICRO "8" +#define GLYR_VERSION_MICRO "10" #define GLYR_VERSION_MAJOR_INT 1 #define GLYR_VERSION_MINOR_INT 0 -#define GLYR_VERSION_MICRO_INT 8 +#define GLYR_VERSION_MICRO_INT 10 /** * GLYR_CHECK_VERSION: