Bump versions.

This commit is contained in:
Laurence Withers 2006-08-07 11:07:35 +01:00
parent 44147acacf
commit 4eec490403
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# be bumped on a binary-incompatible release. They are both single
# integers.
SOMAJOR=0
SOMINOR=0
SOMINOR=1
# SOMICRO is bumped every time there is a binary-compatible release.
SOMICRO=0

View File

@ -11,7 +11,7 @@
# expected to be in 'major.minor.micro' format. It can optionally be
# suffixed with a string.
VERMAJOR=1
VERMINOR=1
VERMINOR=2
VERMICRO=0
VEREXTRA=""