From ec8ddd611ca1b8a230cd279a77dca8f80d32ba3e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 2 Aug 2024 17:11:59 +0000 Subject: [PATCH] version 0.13 --- 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 1e1045c..4a31aef 100644 --- a/Makefile-variables +++ b/Makefile-variables @@ -8,7 +8,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.12 +VERSION=0.13 # COMPAT_VERSION := $(shell echo $(VERSION) | cut -f1 -d.).0 ARCH := $(shell uname -m) diff --git a/doxygen.conf b/doxygen.conf index 44cb335..98e7cd6 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.12 +PROJECT_NUMBER = 0.13 # 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 a9b6734..2de6e75 100644 --- a/getargv++.pc +++ b/getargv++.pc @@ -6,7 +6,7 @@ dep=getargv Name: getargv++ Description: Library for getting the arguments of other processes. URL: https://getargv.narzt.cam/ -Version: 0.12 +Version: 0.13 Requires: ${dep} Cflags: -I${includedir} Libs: -L${libdir} -lgetargv++