summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-11-22 22:12:47 +0100
committerDave Davenport <qball@gmpclient.org>2020-11-22 22:12:47 +0100
commit94bd12e478f93985e661378fc7ae593bedc3e4d2 (patch)
tree9a5d8448ec0281a26ec95c68abffb007f045cc1b
parent176adbde52a1333d191801f2a53e268544ee6b9f (diff)
Update version.
-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 05a24946..e0968b65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.6.1], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.6.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 00f96aa7..265b3074 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.6.1',
+ version: '1.6.1-dev',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [