summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-11-29 21:42:31 +0300
committerMonsta <[email protected]>2015-11-29 21:42:31 +0300
commitb32c600da4f452de67c6c06856ab5853f1bf93da (patch)
tree604f01100e0dd302d74ffaeed9503b65f80cf88f
parent8f36c551693cb81a386b6f48178189b5eea38d91 (diff)
downloadmarco-b32c600da4f452de67c6c06856ab5853f1bf93da.tar.bz2
marco-b32c600da4f452de67c6c06856ab5853f1bf93da.tar.xz
Bump version to 1.12.1v1.12.11.12
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 25ee220d..11eb8c4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.12.1
+ * Fix animation issues that led to crashes and visual glitches
+ * GTK+3 fixes
+ * Translations update
+
1.12.0
* Add manual and by-pointer window placement
* Use Alt-` for switching between windows of the same application
diff --git a/configure.ac b/configure.ac
index c7a49e1b..48036e99 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], [12])
-m4_define([marco_micro_version], [0])
+m4_define([marco_micro_version], [1])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])