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