From 89d7f5b47395ed04e145bc37f5c4237006a88708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=B6llendorf?= Date: Tue, 14 May 2024 21:23:30 +0200 Subject: [PATCH] Bump version, introduce Semantic Versioning (https://semver.org) --- doc/iniparser.dox | 2 +- iniparser.pc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/iniparser.dox b/doc/iniparser.dox index 2213012..6e41e73 100644 --- a/doc/iniparser.dox +++ b/doc/iniparser.dox @@ -48,7 +48,7 @@ PROJECT_NAME = iniparser # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.2 +PROJECT_NUMBER = 4.2.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/iniparser.pc b/iniparser.pc index ad3bb37..6ca7b1b 100644 --- a/iniparser.pc +++ b/iniparser.pc @@ -7,6 +7,6 @@ datadir=${datarootdir} Name: libiniparser Description: Iniparser library -Version: 4.2 +Version: 4.2.1 Libs: -L${libdir} -liniparser Cflags: -I${includedir}