diff options
author | Aylur <[email protected]> | 2024-09-01 02:48:34 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 02:48:34 +0200 |
commit | d08cc85fc1f7beba59ec74bd1f2d8a804183ce2d (patch) | |
tree | d928490123677a20f3c2f7a1dcf3c6e156bda442 /notifd/src/config.vala.in | |
parent | e0c70f09729dfe40c2328bd68257556ac411473e (diff) |
move to monorepo
Diffstat (limited to 'notifd/src/config.vala.in')
-rw-r--r-- | notifd/src/config.vala.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notifd/src/config.vala.in b/notifd/src/config.vala.in new file mode 100644 index 0000000..752c754 --- /dev/null +++ b/notifd/src/config.vala.in @@ -0,0 +1,6 @@ +namespace AstalNotifd { + 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@"; +} |