From 1c2f7a3896f7d52d6b5acc221ff5797972b5ab7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:50:58 +0000 Subject: [PATCH] version 0.5 --- Makefile-variables | 2 +- doxygen.conf | 2 +- getargv++.pc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile-variables b/Makefile-variables index 237a6b4..de3fcab 100644 --- a/Makefile-variables +++ b/Makefile-variables @@ -10,7 +10,7 @@ MACOS_LT_11 := $(shell [ $(MACOS_VER_MAJOR) -eq 10 -a $(MACOS_VER_MINOR) -lt 1 MACOS_LT_12 := $(shell [ $(MACOS_VER_MAJOR) -eq 10 -a $(MACOS_VER_MINOR) -lt 16 ] || [ $(MACOS_VER_MAJOR) -lt 12 ] && echo true) export MACOSX_DEPLOYMENT_TARGET := $(MACOS_VER_MAJOR).$(MACOS_VER_MINOR) # When changing version, also change: getargv++.pc, doxygen.conf, and README.md -VERSION=0.4 +VERSION=0.5 # COMPAT_VERSION := $(shell echo $(VERSION) | cut -f1 -d.).0 ARCH := $(shell uname -m) diff --git a/doxygen.conf b/doxygen.conf index 7b607fb..fc81e33 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -48,7 +48,7 @@ PROJECT_NAME = "libgetargv++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.4 +PROJECT_NUMBER = 0.5 # 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/getargv++.pc b/getargv++.pc index c4f7f59..659da55 100644 --- a/getargv++.pc +++ b/getargv++.pc @@ -5,7 +5,7 @@ libdir=${prefix}/lib Name: getargv++ Description: Library for getting the arguments of other processes. URL: https://getargv.narzt.cam/ -Version: 0.4 +Version: 0.5 Requires: getargv Cflags: -I${includedir} Libs: -L${libdir} -lgetargv++