From d08cc85fc1f7beba59ec74bd1f2d8a804183ce2d Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 02:48:34 +0200 Subject: move to monorepo --- notifd/src/config.vala.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 notifd/src/config.vala.in (limited to 'notifd/src/config.vala.in') 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@"; +} -- cgit v1.2.3