LAview.Desktop/config/Config.vapi

7 lines
160 B
Vala
Raw Normal View History

2015-12-27 19:06:08 +03:00
[CCode (cheader_filename = "config.h")]
namespace Config {
static const int VERSION_MAJOR;
static const int VERSION_MINOR;
static const int VERSION_PATCH;
}