diff options
| -rw-r--r-- | NEWS | 15 | ||||
| -rw-r--r-- | configure.ac | 4 | 
2 files changed, 17 insertions, 2 deletions
| @@ -1,3 +1,18 @@ +### marco 1.22.0 + +  * update translations +    Initialize travis support +    screen: Remove get_current_monitor in favor of get_current_xinerama +    Increase icon size on tab and workspace popups +    screen: avoid 'NULL' in 'meta_error_trap...' functions +    prefs: avoid deprecated 'g_settings_list_keys' +    add git.mk to autogenerate .gitignore files +    enable silent output when building +    'meta_error_trap_push' instead 'meta_error_trap_push_with_return' +    errors.c: avoid deprecated 'gdk_error_trap...' functions: +    frames.c: drop unused variables +    compositor-xrender: avoid deprecated 'gdk_error_trap_push/pop' +  ### marco 1.21.1    * update translations diff --git a/configure.ac b/configure.ac index bae4941a..106bc60f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@  AC_PREREQ(2.50)  m4_define([marco_major_version], [1]) -m4_define([marco_minor_version], [21]) -m4_define([marco_micro_version], [1]) +m4_define([marco_minor_version], [22]) +m4_define([marco_micro_version], [0])  m4_define([marco_version],            [marco_major_version.marco_minor_version.marco_micro_version]) | 
