increment version for next release
This commit is contained in:
parent
63f8386dde
commit
a4c9553c64
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -717,7 +717,7 @@ fi
|
||||||
|
|
||||||
PACKAGE=openbox
|
PACKAGE=openbox
|
||||||
|
|
||||||
VERSION=1.2.0
|
VERSION=1.3.0
|
||||||
|
|
||||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
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; }
|
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl configure.in for Openbox
|
dnl configure.in for Openbox
|
||||||
dnl Initialize autoconf and automake
|
dnl Initialize autoconf and automake
|
||||||
AC_INIT(src/openbox.cc)
|
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
|
dnl Determine default prefix
|
||||||
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
||||||
|
|
Loading…
Reference in a new issue