diff --git a/src/libCStreamedXML/pkgconf.in b/src/libCStreamedXML/pkgconf.in index 540604f..acdb6c5 100644 --- a/src/libCStreamedXML/pkgconf.in +++ b/src/libCStreamedXML/pkgconf.in @@ -9,8 +9,8 @@ # # Name, description -Name: @TODO@ -Description: @TODO@ +Name: libCStreamedXML +Description: C library for parsing Streamed XML Version: @VERSION@ # Requirements diff --git a/version b/version index 27bfeca..4778acb 100644 --- a/version +++ b/version @@ -12,7 +12,7 @@ # suffixed with a string. VERMAJOR=1 VERMINOR=2 -VERMICRO=2 +VERMICRO=3 VEREXTRA="" # kate: replace-trailing-space-save true; space-indent true; tab-width 4;