From 90b0fe8b72fe323e7905c3600202ecf4038f9ab6 Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 25 Oct 2015 12:24:12 +0100 Subject: [PATCH] Update to 0.15.10 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c10b8ef0..4ec48742 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [0.15.8-devel], [https://github.com/DaveDavenport/rofi/]) +AC_INIT([rofi], [0.15.10], [https://github.com/DaveDavenport/rofi/]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h])