summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-05 11:20:05 +0200
committerraveit65 <[email protected]>2016-04-05 11:20:05 +0200
commit0f00fd3b20703adfe7ebab26ca31c0af575a0596 (patch)
tree92b68a640ec8a69d560636a9fa7310b3af446c99
parentfab47ebc7920ff9f5680037dbe7566bead8bdaf4 (diff)
downloadmate-desktop-0f00fd3b20703adfe7ebab26ca31c0af575a0596.tar.bz2
mate-desktop-0f00fd3b20703adfe7ebab26ca31c0af575a0596.tar.xz
release 1.14.0
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7c0f7af..36328af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
-mate-desktop 1.13.0
+mate-desktop 1.14.0
* Drop MateConf migration script and ancient mate-conf-import tool
* Fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build
* Translations update
+ * Fix Changelog generation
mate-desktop 1.12.1
diff --git a/configure.ac b/configure.ac
index efd084f..2888d5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define([mate_platform], [1])
-m4_define([mate_minor], [13])
+m4_define([mate_minor], [14])
m4_define([mate_micro], [0])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),