mirror of
https://github.com/zoriya/astal.git
synced 2026-06-02 18:20:48 +00:00
monorepo structuring
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AstalBluetooth {
|
||||
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@";
|
||||
}
|
||||
Reference in New Issue
Block a user