From 505282c46502d1e7832b25d8e8e76585efdfd32d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 19 Aug 2022 22:43:47 +0200 Subject: [PATCH] Update to dev version. --- README.md | 1 + configure.ac | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b57de8f..b8f34aea 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ # Please match the documentation and example scripts to the version of rofi used: * [next version](https://github.com/davatorium/rofi) +* [1.7.5](https://github.com/davatorium/rofi/tree/1.7.5) * [1.7.4](https://github.com/davatorium/rofi/tree/1.7.4) * [1.7.3](https://github.com/davatorium/rofi/tree/1.7.3) * [1.7.2](https://github.com/davatorium/rofi/tree/1.7.2) diff --git a/configure.ac b/configure.ac index 09fa461d..de043d48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.7.5], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/]) +AC_INIT([rofi], [1.7.5-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 d2600326..98a56f10 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('rofi', 'c', - version: '1.7.5', + version: '1.7.5-dev', meson_version: '>=0.47.0', license: [ 'MIT' ], default_options: [