change version to 3.4, i think that will be next release number? and reset the libraries binary ages stuff, cuz they aren't backwards compatible with the last release.
This commit is contained in:
parent
7229bea3c6
commit
d638272782
1 changed files with 5 additions and 5 deletions
10
configure.ac
10
configure.ac
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.54])
|
AC_PREREQ([2.54])
|
||||||
AC_INIT([openbox], [3.3.1], [http://bugzilla.icculus.org])
|
AC_INIT([openbox], [3.4.0], [http://bugzilla.icculus.org])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_SRCDIR([openbox/openbox.c])
|
AC_CONFIG_SRCDIR([openbox/openbox.c])
|
||||||
|
|
||||||
|
@ -14,10 +14,10 @@ dnl
|
||||||
dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
|
dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
|
||||||
dnl
|
dnl
|
||||||
OB_MAJOR_VERSION=3
|
OB_MAJOR_VERSION=3
|
||||||
OB_MINOR_VERSION=3
|
OB_MINOR_VERSION=4
|
||||||
OB_MICRO_VERSION=5
|
OB_MICRO_VERSION=0
|
||||||
OB_INTERFACE_AGE=1
|
OB_INTERFACE_AGE=0
|
||||||
OB_BINARY_AGE=5
|
OB_BINARY_AGE=0
|
||||||
OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
|
OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
|
||||||
|
|
||||||
AC_SUBST(OB_MAJOR_VERSION)
|
AC_SUBST(OB_MAJOR_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue