summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-11-30 18:59:35 +0100
committerDave Davenport <qball@blame.services>2021-11-30 18:59:35 +0100
commit6cefde70d7787fb300ae088ba8f8ea7fd2ee37ba (patch)
tree94592b5155ebffd6aa3e1c568e23d500dad1e0a3
parent9bbfa7c51b6f51df048d99458dc4e25d3e07afc6 (diff)
Bump version to 1.7.2-dev
-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 590b2874..6220d4a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.7.2], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.7.2-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 a8d9c468..47123940 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.7.2',
+ version: '1.7.2-dev',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [