diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -94,6 +94,7 @@ Detailed changes: 774046 GtkSpinButton does not always unref priv->{up,down}_button 774066 GtkHeaderBar does not unref all GtkBox and GtkSeparator it creates 774097 GtkPrintOperation should not truncate job names + 774114 Window shadows are repainted even if only the contents of the window change 774185 GtkPlacesSidebar does not unref itsel as many times as it references 774347 Fails to build: unknown type name GdkColor 774352 GtkAppChooserWidget does not unref all GAppInfo it references @@ -104,6 +105,7 @@ Detailed changes: 774614 Wrong #include in Print docs 774634 GtkPlacesView does not unref all GDaemonFileEnumerator it references 774695 GtkProgressbar needs full and empty classes + 774699 wintab: list iteration regression causes odd-indexed devices to be ignored during... * Translation updates Brazilian Portuguese diff --git a/configure.ac b/configure.ac index 6e337eadad..83110e7666 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [89]) -m4_define([gtk_micro_version], [0]) +m4_define([gtk_micro_version], [1]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) |