summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-11-26 21:40:22 +0100
committerDave Davenport <qball@blame.services>2021-11-26 21:40:22 +0100
commit328a275691046a1425f7af22a8fb4e0a76dc6286 (patch)
tree195a5313ebaed828267d56abf6ef445198c267b0
parentf78af8408cd0730b01180d89f9593e840d3121ea (diff)
Release 1.7.11.7.1
-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 2750dfa0..a027909d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.7.0-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.7.1], [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 71615d83..5f24f45b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.7.0-dev',
+ version: '1.7.1',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [