summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-26 21:47:36 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-26 21:47:36 +0200
commit8262d71138246a7563861af15a241675a7c3bd57 (patch)
treea02bc025e3015496ae1620f67a1efbf8f0b5fade
parent604f3ce96cb0f8c643190fb2e33d903bcf03ecdf (diff)
Bump to v1.4.11.4.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 bb76465e..661ef460 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.4.0], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.4.1], [https://github.com/DaveDavenport/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 c8187a68..55deb283 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.3.1',
+ version: '1.4.1',
meson_version: '>=0.39.1',
license: [ 'MIT' ],
default_options: [