From d5eac398fc1930852e8e55c8d47a9d12e08e930b Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 5 Jan 2002 17:09:35 +0000 Subject: update --- ChangeLog | 2 ++ configure | 2 +- configure.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 82476a5..36edf2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ Changes for 0.1.6: *02/01/05: * Applied "maximize slit stop"-patch (Thanks Andrew Livesay ) + * Fixed bug in Windowmenu (Thanks Chris Elston) + * Fixed error in nls/it_IT/Makefile.am *02/01/04: * Fixed keybinding bug (Thanks Devaux Fabien) *02/01/01: diff --git a/configure b/configure index 650e9b1..41cff26 100755 --- a/configure +++ b/configure @@ -728,7 +728,7 @@ fi PACKAGE=fluxbox -VERSION=0.1.5 +VERSION=0.1.6 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index f3f4a44..ad302bf 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 dnl Initialize autoconf and automake AC_INIT(src/main.cc) -AM_INIT_AUTOMAKE(fluxbox,0.1.5,no-define) +AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" -- cgit v0.11.2