diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-09-14 03:47:52 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-09-14 03:47:52 +0000 |
| commit | d947f35db63d0dd89428836128ec2197148e5e7d (patch) | |
| tree | b9b9775fd5102af9041ceb3df69195feebedae18 | |
| parent | c2d992a35c11b8212bf390528d9828a815e8b5fd (diff) | |
bumped up version number after bitmap merge
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ Changelog for Openbox: +2.2.0 + * Bitmap buttons (Scott Moynes) 2.1.0: * make alt-right-click resizing work on bottom window (Ben Jansens) diff --git a/configure.in b/configure.in index 190c1d69..016dc9b2 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configure.in for Openbox dnl Initialize autoconf and automake AC_INIT(src/blackbox.cc) -AM_INIT_AUTOMAKE(openbox,2.1.0,no-define) +AM_INIT_AUTOMAKE(openbox,2.2.0,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" |
