Files
astal/core/src/config.vala.in
Aylur 0738194780 move libastal to /core
starting point of the monorepo
2024-09-01 02:06:50 +02:00

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@";
}