diff --git a/Changelog b/Changelog index 86401539..c858d234 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/configure.ac b/configure.ac index bb76465e..bed5d388 100644 --- a/configure.ac +++ b/configure.ac @@ -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])