diff --git a/src/libCStreamedXML/soversion b/src/libCStreamedXML/soversion index 0448417..fb951cc 100644 --- a/src/libCStreamedXML/soversion +++ b/src/libCStreamedXML/soversion @@ -14,4 +14,4 @@ SOMAJOR=0 SOMINOR=0 # SOMICRO is bumped every time there is a binary-compatible release. -SOMICRO=8 +SOMICRO=9 diff --git a/version b/version index 48adf7b..259a8ff 100644 --- a/version +++ b/version @@ -12,7 +12,7 @@ # suffixed with a string. VERMAJOR=1 VERMINOR=3 -VERMICRO=6 +VERMICRO=7 VEREXTRA="" # kate: replace-trailing-space-save true; space-indent true; tab-width 4;