1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-12-07 18:58:41 +03:00
parent 48985854e9
commit 46df962282
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[CCode (cheader_filename = "config.h")]
namespace Config {
static const int VERSION_MAJOR;
static const int VERSION_MINOR;
static const int VERSION_PATCH;
const int VERSION_MAJOR;
const int VERSION_MINOR;
const int VERSION_PATCH;
}