set the new library versions cuz its not backward compat
This commit is contained in:
parent
264dd883ad
commit
1a82c17dc1
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ 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=4
|
OB_MINOR_VERSION=4
|
||||||
OB_MICRO_VERSION=11
|
OB_MICRO_VERSION=12
|
||||||
OB_INTERFACE_AGE=0
|
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