diff options
author | raveit65 <[email protected]> | 2015-10-06 19:31:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-06 19:31:47 +0200 |
commit | 64ce1be24aea37ebb3f02bffeead84fb53c76459 (patch) | |
tree | abf3a5c9cf5991519a264d5a296e8e220f12c387 | |
parent | ee9e579ce7f671f6ecc929a53e648cb59f0eea99 (diff) | |
download | mate-backgrounds-64ce1be24aea37ebb3f02bffeead84fb53c76459.tar.bz2 mate-backgrounds-64ce1be24aea37ebb3f02bffeead84fb53c76459.tar.xz |
pre-bump version to 1.11.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +1.11.0 + 1.10.0 * Add Ubuntu MATE wallpapers without branding, by Ubuntu MATE team * Add new MATE-Stripes-Dark.png, MATE-Stripes-Light.png wallpapers by hekel diff --git a/configure.ac b/configure.ac index 122f62d..ff1faca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([mate-backgrounds], - [1.10.0], + [1.11.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]) |