From 639f494feab0f589d4540b3b8ff832adaf544ba0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 22 Oct 2008 21:26:09 +0200 Subject: [PATCH] Bump. --- CHANGELOG | 7 +++++++ configure.ac | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) 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) -- 2.34.1