In progress...
This commit is contained in:
parent
917d107548
commit
155b3e1a1a
|
@ -1,6 +1,6 @@
|
||||||
[CCode (cheader_filename = "config.h")]
|
[CCode (cheader_filename = "config.h")]
|
||||||
namespace Config {
|
namespace Config {
|
||||||
static const int VERSION_MAJOR;
|
const int VERSION_MAJOR;
|
||||||
static const int VERSION_MINOR;
|
const int VERSION_MINOR;
|
||||||
static const int VERSION_PATCH;
|
const int VERSION_PATCH;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue