Bump the version number in configure.ac to 1.0.5
[moonshot-ui.git] / config.vapi
1 [CCode (prefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
2 namespace Config
3 {
4         /* Package information */
5         public const string PACKAGE_NAME;
6         public const string PACKAGE_STRING;
7         public const string PACKAGE_VERSION;
8         public const string PACKAGE_TARNAME;
9         public const string PACKAGE_URL;
10
11         /* Gettext package */
12         public const string GETTEXT_PACKAGE;
13
14         /* Configured paths - these variables are not present in config.h, they are
15          * passed to underlying C code as cmd line macros. */
16         public const string LOCALEDIR;
17 }