diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.15.0 + + * Sync translations with transifex + 1.14.0 * Add new languages and sync translations with transiflex * Add Changelog generation diff --git a/configure.ac b/configure.ac index 493a8ae..a4cc7f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([mate-backgrounds], - [1.14.0], + [1.15.0], [http://www.mate-desktop.org]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news]) |