summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-08-19 22:37:43 +0200
committerDave Davenport <qball@blame.services>2022-08-19 22:37:43 +0200
commit9963df114bc2de0d452a4751d8b250118ca6b20a (patch)
tree903689b295dc0f3d9eee7b6fb2426294f1142d63
parent5673cf36a4d89b4a9cd3370b4733510382d437a9 (diff)
1.7.5 release.1.7.5
-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 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: [