mirror of
https://github.com/zoriya/astal.git
synced 2026-05-26 23:56:46 +00:00
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
namespace AstalNetwork {
|
|
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@";
|
|
}
|