set micro_version correctly in configure.ac

This commit is contained in:
Mikael Magnusson 2007-03-11 18:42:16 +00:00
parent 895554765d
commit 616cb60611

View file

@ -15,7 +15,7 @@ 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=0
OB_MICRO_VERSION=6
OB_INTERFACE_AGE=0
OB_BINARY_AGE=0
OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION