bumped up version number after bitmap merge
authorScott Moynes <smoynes@nexus.carleton.ca>
Sat, 14 Sep 2002 03:47:52 +0000 (03:47 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Sat, 14 Sep 2002 03:47:52 +0000 (03:47 +0000)
CHANGELOG
configure.in

index b24748d..779a1f7 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)
index 190c1d6..016dc9b 100644 (file)
@@ -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"