From aacb570850dced80b3490f85037e7a9beaabdc4f Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 30 Dec 2018 13:17:27 +0100 Subject: [PATCH] Setup dev for next release. --- Changelog | 2 ++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 952d0d50..60f65d54 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +v1.5.3: (unreleased) + v1.5.2: Procrastination in progress - Clearify Check dependency. (#879) - Add option to change negate character. (#877) diff --git a/configure.ac b/configure.ac index 6725c9ef..d404b48b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.5.2], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/]) +AC_INIT([rofi], [1.5.2-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 3020de0b..a4a06476 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('rofi', 'c', - version: '1.5.2', + version: '1.5.2-dev', meson_version: '>=0.47.0', license: [ 'MIT' ], default_options: [