blob: 85cca510493d57150fb7505acfcc7694d36e1e13 (
plain)
1
2
3
4
5
6
|
namespace AstalTray {
const int MAJOR_VERSION = @MAJOR_VERSION@;
const int MINOR_VERSION = @MINOR_VERSION@;
const int MICRO_VERSION = @MICRO_VERSION@;
const string VERSION = "@VERSION@";
}
|