From: Dana Jansens Date: Sat, 2 Feb 2008 22:17:55 +0000 (-0500) Subject: setup for a 3.4.6.1 release, with updated clearlooks theme X-Git-Tag: release-3.4.6.1~4 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1e0d47b55ceab763b0daf819d3c5a8b5d282f70d;p=mikachu%2Fopenbox.git setup for a 3.4.6.1 release, with updated clearlooks theme --- diff --git a/CHANGELOG b/CHANGELOG index cfa989aa..fd57caed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +3.4.6.1: + * Updated Clearlooks theme + 3.4.6: * Added Basque translation * Updated French, Vietnamese German, Simplified Chinese, Russian, Portuguese, diff --git a/configure.ac b/configure.ac index 6ba1f120..e79f4383 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.6], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.6.1], [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=19 -OB_INTERFACE_AGE=3 -OB_BINARY_AGE=3 +OB_MICRO_VERSION=20 +OB_INTERFACE_AGE=4 +OB_BINARY_AGE=4 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)