summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-21 13:23:16 +0200
committerraveit65 <[email protected]>2016-05-21 13:23:16 +0200
commit9b3955f61a48da86e835322d42a9557c2a26a948 (patch)
treec56e76113fa7e397055cd8ce142cba910899c148
parent7fcd664df18541ff0f57ba4383304e01536dcab8 (diff)
downloadmarco-9b3955f61a48da86e835322d42a9557c2a26a948.tar.bz2
marco-9b3955f61a48da86e835322d42a9557c2a26a948.tar.xz
update to 1.14.2 releasev1.14.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a99bc450..522cd372 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.14.2
+ * Translations update
+ * GTK+3: fix a typo with deprecated GtkMisc
+ * GTK+3 fixedtip: add style class tooltip
+
1.14.1
* Fix crash on showing alt-tab thumbnails with compositor on
* Translations update
diff --git a/configure.ac b/configure.ac
index 6028a6de..cdd3c0bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [14])
-m4_define([marco_micro_version], [1])
+m4_define([marco_micro_version], [2])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])