summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-15 10:59:38 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-15 10:59:38 +0200
commit1ab3e571eca1768d437246ca6ec09f44432b0e20 (patch)
treeda588b0cc575971fd170e14877664a7b6b1deb1c
parentca855190c82b0b358454281975bf4fcd53adc801 (diff)
V1.4.2 Release1.4.2
-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 661ef460..4591e668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.4.1], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.4.2], [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 55deb283..bb763336 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.4.1',
+ version: '1.4.2',
meson_version: '>=0.39.1',
license: [ 'MIT' ],
default_options: [