2015-11-08 15:40:44 +03:00

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;
}