summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-16 18:48:55 +0000
committerDana Jansens <danakj@orodu.net>2002-05-16 18:48:55 +0000
commit30136ab3e948318ae5171de2a0f71358dbcb9f3a (patch)
tree4928d36439139c92f0df3b500185e004bf6d5d4d
parent91a7ca7d206f2ce09a0eb1229db57b67d9bafc67 (diff)
change next target version to 2.0.0!
-rw-r--r--CHANGELOG2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e2030f2a..fb13110c 100644
--- 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
diff --git a/configure.in b/configure.in
index c57f9bf5..29e5cf80 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.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"