mirror of
https://github.com/zoriya/astal.git
synced 2026-05-25 07:24:09 +00:00
0738194780
starting point of the monorepo
7 lines
229 B
Plaintext
7 lines
229 B
Plaintext
namespace Astal {
|
|
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@";
|
|
}
|