From: Mikael Magnusson Date: Wed, 22 Oct 2008 19:26:09 +0000 (+0200) Subject: Bump. X-Git-Tag: release-3.4.8-rc2~14 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=639f494feab0f589d4540b3b8ff832adaf544ba0;p=mikachu%2Fopenbox.git Bump. --- diff --git a/CHANGELOG b/CHANGELOG index d0ce1118..f37b4eb6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +3.4.7.3: + * Updated translations: Basque, Catalan, Turkish, Italian, Spanish, Russian. + * New translations: Danish, Turkish, Lithuanian. + * Set the _MOTIF_WM_INFO atom so urxvt uses motif hints for borderless mode. + * Properly escape the xml used in session files. + * Correct a 64-bit issue related to comparing timestamps. + 3.4.7.2: * The system I used to generate the dist tarball didn't have the docbook-to-man command so the manpages were empty. diff --git a/configure.ac b/configure.ac index a2dd0d11..bf7ccf75 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.7.2], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.7.3], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) @@ -15,9 +15,9 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match dnl OB_MAJOR_VERSION=3 OB_MINOR_VERSION=4 -OB_MICRO_VERSION=23 -OB_INTERFACE_AGE=2 -OB_BINARY_AGE=2 +OB_MICRO_VERSION=24 +OB_INTERFACE_AGE=3 +OB_BINARY_AGE=3 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)