LAview.Core/config/Config.vapi

7 lines
139 B
Vala
Raw Normal View History

2016-12-07 19:36:43 +03:00
[CCode (cheader_filename = "config.h")]
namespace Config {
const int VERSION_MAJOR;
const int VERSION_MINOR;
const int VERSION_PATCH;
}