bump the version to 992

This commit is contained in:
Dana Jansens 2007-05-24 12:54:50 +00:00
parent 10e08f6cd8
commit aa81b46ff3

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.54])
AC_INIT([openbox], [3.3.991], [http://bugzilla.icculus.org])
AC_INIT([openbox], [3.3.992], [http://bugzilla.icculus.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([openbox/openbox.c])
@ -15,9 +15,9 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
dnl
OB_MAJOR_VERSION=3
OB_MINOR_VERSION=4
OB_MICRO_VERSION=7
OB_INTERFACE_AGE=1
OB_BINARY_AGE=1
OB_MICRO_VERSION=8
OB_INTERFACE_AGE=2
OB_BINARY_AGE=2
OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
AC_SUBST(OB_MAJOR_VERSION)