Bump version to 3.4.7. release-3.4.7
authorMikael Magnusson <mikachu@comhem.se>
Tue, 15 Apr 2008 16:25:42 +0000 (18:25 +0200)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 15 Apr 2008 18:53:27 +0000 (20:53 +0200)
Remove an item from CHANGELOG as I just reverted that commit.

CHANGELOG
configure.ac

index 7e1e24fea4c966204138e2065a41bf3aa7e324fc..a892e2c118fe7a05ad2600cf9531854ff1599ef1 100644 (file)
--- 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
index 339657556b7030e170b944a737add0f85bbe1739..9440c767256e71c8c873fca68ba5ce9b3045e263 100644 (file)
@@ -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)