Update version

This commit is contained in:
Dave Davenport 2017-09-26 21:37:26 +02:00
parent 604f3ce96c
commit 195302a7a7
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
development:
v1.4.0: I reject your truth and substitute my own (unreleased)
New Features:
- FZF style sorting for fuzzy matching (thanks to MaskRay) (#533)

View File

@ -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.99-dev], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])