Merge pull request #13 from timansky/master

changed app version to 1.0.2 as in release
This commit is contained in:
fortrue 2017-10-18 07:42:52 -05:00 committed by GitHub
commit 203816964f

View File

@ -10,7 +10,7 @@
#include <limits.h> #include <limits.h>
#define _PREDIXY_NAME_ "predixy" #define _PREDIXY_NAME_ "predixy"
#define _PREDIXY_VERSION_ "1.0.0" #define _PREDIXY_VERSION_ "1.0.2"
namespace Const namespace Const
{ {