diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-16 07:54:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-16 07:54:27 +0000 |
| commit | a4c9553c64fb854aa5fdf79f87d5b4d6a07ca67e (patch) | |
| tree | 15e2f67a22108ebfd7f9306ec1f08325fbe65dbf | |
| parent | 63f8386dde9fb610492dd9a10d0a688f16d0dcf4 (diff) | |
increment version for next release
| -rw-r--r-- | configure | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -717,7 +717,7 @@ fi PACKAGE=openbox -VERSION=1.2.0 +VERSION=1.3.0 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 0e020f52..dc8ae2fb 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.2.0,no-define) +AM_INIT_AUTOMAKE(openbox,1.3.0,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" |
