summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-11-26 21:46:38 +0100
committerDave Davenport <qball@blame.services>2021-11-26 21:46:38 +0100
commitcdeeec39b8d36190855071d6c5e28991d9685ce9 (patch)
tree4133f06338c3d40611a6b4bfdabb7d7279fc0086
parent328a275691046a1425f7af22a8fb4e0a76dc6286 (diff)
Bump to 1.7.1-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 a027909d..2ea1b73b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.7.1], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.7.1-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 5f24f45b..153fc51d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.7.1',
+ version: '1.7.1-dev',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [