diff options
author | raveit65 <[email protected]> | 2019-02-23 15:32:39 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-23 15:32:39 +0100 |
commit | d644306a6baaff4ebedd539ec5e0221d0182a73a (patch) | |
tree | 6e393caf2f820cc7bd9f6595f2cbba5a46b00222 | |
parent | c0b85700a0742c8d82b7fbf3ede1409050566baa (diff) | |
download | mate-backgrounds-d644306a6baaff4ebedd539ec5e0221d0182a73a.tar.bz2 mate-backgrounds-d644306a6baaff4ebedd539ec5e0221d0182a73a.tar.xz |
release 1.22.0v1.22.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-backgrounds 1.22.0 + + * Initialize Travis CI support + ### mate-backgrounds 1.21.0 * Translations update diff --git a/configure.ac b/configure.ac index 33121c7..87092ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([mate-backgrounds], - [1.21.0], + [1.22.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]) |