2016-12-07 18:59:24 +03:00

7 lines
139 B
Vala

[CCode (cheader_filename = "config.h")]
namespace Config {
const int VERSION_MAJOR;
const int VERSION_MINOR;
const int VERSION_PATCH;
}