summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-11-22 22:01:45 +0100
committerDave Davenport <qball@gmpclient.org>2020-11-22 22:01:45 +0100
commit176adbde52a1333d191801f2a53e268544ee6b9f (patch)
treeb0eabc5fd70bef39c21802c6c5bcf0c0c9fccdd4
parent3adddf4206ae09e587984ead48095ca938b2433b (diff)
Version 1.6.11.6.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 ad64dec9..05a24946 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.6.0-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.6.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 d4419988..00f96aa7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.5.4-dev',
+ version: '1.6.1',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [