Bump version.

This commit is contained in:
Laurence Withers 2006-09-29 10:56:50 +01:00
parent 25af0958a6
commit a24d2caad2
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=1
SOMICRO=2

View File

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

View File

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