From b06abc0d7e106f162ed31edb48d22df4fa9c28bf Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 15 Apr 2008 18:25:42 +0200 Subject: [PATCH] Bump version to 3.4.7. Remove an item from CHANGELOG as I just reverted that commit. --- CHANGELOG | 4 +--- configure.ac | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7e1e24f..a892e2c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -3.4.7-pre3: +3.4.7: * Fully updated Czech, Simplified Chinese, Traditional Chinese, German, French, Hungarian, Norwegian, Vietnamese, Dutch, Swedish, Finnish, Brazilian Portuguese, Japanese and Portuguese translations @@ -39,8 +39,6 @@ of a new icon cache, so that Openbox only needs to keep 1 copy of an icon when 100 different windows share it * Make Openbox menus have the "menu type" hint for compositors to see and use - * Fix actions so that key presses will not be lost between running the - ShowMenu action and the menu appearing * Fix the MoveResizeTo action for negative coords (opposite edges) * Fix key bindings getting lost if multiple bindings at the same level could not be translated (Fixes VMWare causing Openbox keybindings to stop diff --git a/configure.ac b/configure.ac index 3396575..9440c76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.7-pre3], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.7], [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=21 -OB_INTERFACE_AGE=0 -OB_BINARY_AGE=0 +OB_MICRO_VERSION=22 +OB_INTERFACE_AGE=1 +OB_BINARY_AGE=1 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION) -- 1.9.1