summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-25 12:17:34 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-25 12:17:34 +0100
commitc06aa59a629a72e44cc4a52a58c4f9adb3583792 (patch)
tree3e5080787feff209d1aecb362ef43af09b68b7ee
parent40b73769f1d41e5803530069e191e8cae9803332 (diff)
Version 1.3 release1.3.0
-rw-r--r--Changelog2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 99d6dd04..b46cc70b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-v1.3.0: Dan vs. Greg: The never ending story. (unreleased)
+v1.3.0: Dan vs. Greg: The never ending story.
New Features
- Use randr for getting monitor layout. Fallback to xinerama if not available.
- Re-add fuzzy matcher.
diff --git a/configure.ac b/configure.ac
index c5df0ea6..bb85ba46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.2.0], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/])
+AC_INIT([rofi], [1.3.0], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])