diff --git a/Changelog b/Changelog index 7a4e7a48..a19920e4 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -0.15.7 (unrelease): +0.15.7: Bug fixes: - Auto-wrap text in message dialog. - Fix ellipsiziing in entry box. diff --git a/configure.ac b/configure.ac index 8eec6d37..90a53125 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [0.15.5], [qball@gmpclient.org]) +AC_INIT([rofi], [0.15.7], [qball@gmpclient.org]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h])