From 704cb90d7fd00e0bcafe75e3c3253cca1de55d33 Mon Sep 17 00:00:00 2001 From: Rui Machado Date: Tue, 21 Apr 2020 16:10:46 +0200 Subject: [PATCH] update version in different files. - README, Doxyfile and generated pkgconfig. --- Doxyfile | 2 +- README | 4 ++-- install.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 879abb4f..f3b9859d 100755 --- a/Doxyfile +++ b/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = GPI-2 # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.3.0 +PROJECT_NUMBER = 1.3.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/README b/README index f81c7aeb..dcd17bca 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ ****************************************************************************** GPI-2 http://www.gpi-site.com - - Version: 1.3.0 + + Version: 1.3.1 Copyright (C) 2013-2016 Fraunhofer ITWM diff --git a/install.sh b/install.sh index 5e3f1882..a5883ad5 100755 --- a/install.sh +++ b/install.sh @@ -473,7 +473,7 @@ includedir=\${prefix}/include Name: GPI-2 Description: GPI-2 library -Version: 1.3.0 +Version: 1.3.1 Cflags: -I\${includedir} Libs: -L\${libdir} -lGPI2 PKG