summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-06-26 21:34:39 +0200
committerDave Davenport <qball@gmpclient.org>2019-06-26 21:34:39 +0200
commit23887a9eee0cc7338d888b57c081fd06c941d1b5 (patch)
treed8ac5852f2c3e8611dd8ce9a8c0aaba16f4f69a1
parent35d2c341c84bfae2365439267d08efa270badacf (diff)
Setup dev. version.
-rw-r--r--Changelog1
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 3015c68c..470febfb 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+v1.5.5: (unreleased)
v1.5.4: Painful tardiness
- SSH: Fix wrong malloc size, causing crash.
diff --git a/configure.ac b/configure.ac
index 533b99d9..b4dfbc1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.5.4], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.5.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 db764c79..e5eebb30 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.5.4',
+ version: '1.5.4-dev',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [