Version 0.4.6 release

This commit is contained in:
Christian Schneider 2017-09-08 06:32:14 +02:00
parent 8adf07ce00
commit eff8288dbc
2 changed files with 5 additions and 5 deletions

View file

@ -20,10 +20,10 @@
#define V_MAJOR 0
#define V_MINOR 4
#define V_MINOR2 6
//#define V_STATE "ALPHA"
#define V_STATE "DEVELOPMENT"
//#define V_MSG "USE FOR TESTING ONLY"
#define V_MSG "USE AT YOUR OWN RISK!"
#define V_STATE "ALPHA"
//#define V_STATE "DEVELOPMENT"
#define V_MSG "USE FOR TESTING ONLY"
//#define V_MSG "USE AT YOUR OWN RISK!"
#ifdef UNIX
#define V_OS "Unix"
#else