mirror of
https://github.com/zoriya/astal.git
synced 2026-05-26 07:39:27 +00:00
7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
namespace AstalApps {
|
|
public const int MAJOR_VERSION = @MAJOR_VERSION@;
|
|
public const int MINOR_VERSION = @MINOR_VERSION@;
|
|
public const int MICRO_VERSION = @MICRO_VERSION@;
|
|
public const string VERSION = "@VERSION@";
|
|
}
|