summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 86f7533..b1fc185 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
===============
-Version 1.13.0
+Version 1.14.0
===============
Drop MateConf migration script
GTK+3: fix several deprecations
Some more fixes and cleanups
Translations update
+Add Changelog generation
===============
Version 1.12.0
diff --git a/configure.ac b/configure.ac
index 0012e5e..ea64cbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- mode: m4 -*-
AC_PREREQ(2.60)
AC_INIT([mate-screensaver],
- [1.13.0],
+ [1.14.0],
[http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR(src/mate-screensaver.c)