From 9abed713cd5d539289b53ba489f517428152ee6d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 12 Aug 2016 09:54:44 +0200 Subject: Release V1.2.0 --- Changelog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 58fd0331..b02d0ccf 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -v1.unrelease +v1.1.2 New Features - Highlight matched part of the string. - Make window switcher string customizable. diff --git a/configure.ac b/configure.ac index f052eec5..e25a0f5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.1.0], [https://github.com/DaveDavenport/rofi/]) +AC_INIT([rofi], [1.2.0], [https://github.com/DaveDavenport/rofi/]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h]) -- cgit v1.2.3