summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-08-14 12:58:48 +0200
committerDave Davenport <qball@blame.services>2022-08-14 12:58:48 +0200
commit22d1a613cc237a1e7b665f4b22e11157b66f9d62 (patch)
treedecc3a57824e9120d5ad3f7158bac91611173b5a
parent48ea818c699cd6d1424f4e98ec9236da4483f951 (diff)
mark development
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f9942254..a96ea7d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.7.4], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.7.4-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
diff --git a/meson.build b/meson.build
index 97856b47..eaa3216b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.7.4',
+ version: '1.7.4-dev',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [