diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |