change next target version to 2.0.0!
authorDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 18:48:55 +0000 (18:48 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 18:48:55 +0000 (18:48 +0000)
CHANGELOG
configure.in

index e2030f2..fb13110 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
 Changelog for Openbox:
 
-1.3.0:
+2.0.0:
  * make reconfigure reset the timeout values for
    windows, the slit, and the toolbar, so that a new
    autoRaiseDelay value will take effect without having
index c57f9bf..29e5cf8 100644 (file)
@@ -1,7 +1,7 @@
 dnl configure.in for Openbox
 dnl Initialize autoconf and automake
 AC_INIT(src/openbox.cc)
-AM_INIT_AUTOMAKE(openbox,1.3.0,no-define)
+AM_INIT_AUTOMAKE(openbox,2.0.0,no-define)
 
 dnl Determine default prefix
 test x$prefix = "xNONE" && prefix="$ac_default_prefix"