summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b1fc185..a4a449b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
===============
+Version 1.14.1
+===============
+
+Translations update
+GTK+-3: fix assertion 'GTK_IS_WIDGET (widget)' failed
+GTK+-3: add style class lock-dialog
+
+===============
Version 1.14.0
===============
diff --git a/configure.ac b/configure.ac
index ea64cbf..d1047c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- mode: m4 -*-
AC_PREREQ(2.60)
AC_INIT([mate-screensaver],
- [1.14.0],
+ [1.14.1],
[http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR(src/mate-screensaver.c)