summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])