7 lines
160 B
Vala
7 lines
160 B
Vala
|
[CCode (cheader_filename = "config.h")]
|
||
|
namespace Config {
|
||
|
static const int VERSION_MAJOR;
|
||
|
static const int VERSION_MINOR;
|
||
|
static const int VERSION_PATCH;
|
||
|
}
|