summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-02-01 22:01:01 +0100
committerDave Davenport <qball@gmpclient.org>2018-02-01 22:01:01 +0100
commitf0ba23a4899418492ef455a299a555158282fd06 (patch)
tree1eb08ca023d57299b871825c5a16a739d4f6d9ab
parent9a34d89e519a33653d38a202138854a708124234 (diff)
Tag as dev 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 d2e5f487..f71dafc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.5.0], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.5.0-dev], [https://github.com/DaveDavenport/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 1a3e4acd..40f36a01 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.5.0',
+ version: '1.5.0-dev',
meson_version: '>=0.39.1',
license: [ 'MIT' ],
default_options: [