From 9725f666f27ed6d621ffa1dbd8245bd9f3d38495 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 8 Jan 2017 14:22:29 +0100 Subject: [PATCH] V1.3.1 release --- Changelog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index b3556a2af..6c9d7fccc 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -v1.3.1: Dan vs. Greg: The never ending story, reloaded. (unreleased) +v1.3.1: Dan vs. Greg: The never ending story, reloaded. New Features - [DRun] Search categories. (#449) Improvements diff --git a/configure.ac b/configure.ac index bb85ba468..4f26493bc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.3.0], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/]) +AC_INIT([rofi], [1.3.1], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h])