From fba11bf0c628d1d3a71c67d97f300a57d0892f1a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 May 2002 09:09:36 +0000 Subject: [PATCH] increment version for next release --- CHANGELOG | 4 ++++ configure | 2 +- configure.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a0d67376..8b6dfb02 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ Changelog for Openbox: 1.1.0: + * improved focused window logic to remove a segfault + when the focused window on an inactive workspace + closes, and focusLastWindow is enabled. (Ben Jansens) + * bsetroot supports transparent applications by setting the xrootpmap_id property on the root window (Sean Perry) diff --git a/configure b/configure index aba5e368..3e92c13a 100644 --- a/configure +++ b/configure @@ -717,7 +717,7 @@ fi PACKAGE=openbox -VERSION=1.1.0 +VERSION=1.1.1 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 f37715db..a211949d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configure.in for Openbox dnl Initialize autoconf and automake AC_INIT(src/openbox.cc) -AM_INIT_AUTOMAKE(openbox,1.1.0,no-define) +AM_INIT_AUTOMAKE(openbox,1.1.1,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" -- 2.39.2