+3.4.5:
+ * Updated Finnish, Russian, German and French translations
+ * Fixed some very minor memory leaks
+ * Hide the desktop popup when showing the focus popup
+ * Fix a crash when trying to access the More... menu of
+ client-list-combined-menu
+
3.4.4:
* Updated Traditional Chinese translation
* Updated Norwegian translation
AC_PREREQ([2.54])
-AC_INIT([openbox], [3.4.4], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.4.5], [http://bugzilla.icculus.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([openbox/openbox.c])
dnl
OB_MAJOR_VERSION=3
OB_MINOR_VERSION=4
-OB_MICRO_VERSION=17
-OB_INTERFACE_AGE=1
-OB_BINARY_AGE=1
+OB_MICRO_VERSION=18
+OB_INTERFACE_AGE=2
+OB_BINARY_AGE=2
OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
AC_SUBST(OB_MAJOR_VERSION)