From 604f3ce96cb0f8c643190fb2e33d903bcf03ecdf Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 26 Sep 2017 21:14:18 +0200 Subject: [PATCH] 1.4.0 Release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b39df0c74..bb76465e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.3.1], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/]) +AC_INIT([rofi], [1.4.0], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h])