From c2d02165d754c6aecda5fca2aea9dace2e33c781 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 25 Aug 2006 10:43:56 +0100 Subject: [PATCH] Edit pkgconf file, bump version. --- src/libCStreamedXML/pkgconf.in | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;