Bump version

This commit is contained in:
Laurence Withers 2006-10-04 10:48:15 +01:00
parent d46aaf2b2e
commit bf2ca8d925
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ SOMAJOR=0
SOMINOR=0
# SOMICRO is bumped every time there is a binary-compatible release.
SOMICRO=2
SOMICRO=3

View File

@ -14,4 +14,4 @@ SOMAJOR=0
SOMINOR=1
# SOMICRO is bumped every time there is a binary-compatible release.
SOMICRO=2
SOMICRO=3

View File

@ -12,7 +12,7 @@
# suffixed with a string.
VERMAJOR=1
VERMINOR=2
VERMICRO=4
VERMICRO=5
VEREXTRA=""
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;