From e0c21eb127eb40ea2cc8a1403fac4e0b1db836cd Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 6 Sep 2015 16:34:01 +0200 Subject: [PATCH] Version 0.15.8 --- Changelog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 6892889d..77d0faf0 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -0.15.8 (unreleased): +0.15.8: New feature: - Scrollbar. - More custom keybindings. diff --git a/configure.ac b/configure.ac index 7335eb47..3834bfb2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [0.15.7-devel], [qball@gmpclient.org]) +AC_INIT([rofi], [0.15.8], [qball@gmpclient.org]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h])