diff --git a/Makefile-variables b/Makefile-variables index bd3ba42..1e1045c 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.11 +VERSION=0.12 # COMPAT_VERSION := $(shell echo $(VERSION) | cut -f1 -d.).0 ARCH := $(shell uname -m) diff --git a/doxygen.conf b/doxygen.conf index 09292cf..44cb335 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.11 +PROJECT_NUMBER = 0.12 # 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 e2b6384..a9b6734 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.11 +Version: 0.12 Requires: ${dep} Cflags: -I${includedir} Libs: -L${libdir} -lgetargv++