diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +### mate-screensaver 1.19.1 + + * Translations update + * WidthOfScreen and HeightOfScreen implementation + * restore the correct mate-screensaver-command manpage + * fix loop initial declarations + ### mate-screensaver 1.19.0 * Translations update diff --git a/configure.ac b/configure.ac index 4926aef..81dca7d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.60) AC_INIT([mate-screensaver], - [1.19.0], + [1.19.1], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(src/mate-screensaver.c) |