Release V1.2.0

This commit is contained in:
Dave Davenport 2016-08-12 09:54:44 +02:00
parent f3a4313c61
commit 9abed713cd
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
v1.unrelease v1.1.2
New Features New Features
- Highlight matched part of the string. - Highlight matched part of the string.
- Make window switcher string customizable. - Make window switcher string customizable.

View file

@ -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_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])