From 9963df114bc2de0d452a4751d8b250118ca6b20a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 19 Aug 2022 22:37:43 +0200 Subject: 1.7.5 release. --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a96ea7d3..09fa461d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.7.4-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/]) +AC_INIT([rofi], [1.7.5], [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 eaa3216b..d2600326 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('rofi', 'c', - version: '1.7.4-dev', + version: '1.7.5', meson_version: '>=0.47.0', license: [ 'MIT' ], default_options: [ -- cgit v1.2.3