Skip to content

Commit a681066

Browse files
version 0.12
1 parent 8559b66 commit a681066

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile-variables

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MACOS_LT_11 := $(shell [ $(MACOS_VER_MAJOR) -eq 10 -a $(MACOS_VER_MINOR) -lt 1
88
MACOS_LT_12 := $(shell [ $(MACOS_VER_MAJOR) -eq 10 -a $(MACOS_VER_MINOR) -lt 16 ] || [ $(MACOS_VER_MAJOR) -lt 12 ] && echo true)
99
export MACOSX_DEPLOYMENT_TARGET := $(MACOS_VER_MAJOR).$(MACOS_VER_MINOR)
1010
# When changing version, also change: getargv++.pc, doxygen.conf, and README.md
11-
VERSION=0.11
11+
VERSION=0.12
1212
#
1313
COMPAT_VERSION := $(shell echo $(VERSION) | cut -f1 -d.).0
1414
ARCH := $(shell uname -m)

doxygen.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "libgetargv++"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.11
51+
PROJECT_NUMBER = 0.12
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

getargv++.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dep=getargv
66
Name: getargv++
77
Description: Library for getting the arguments of other processes.
88
URL: https://getargv.narzt.cam/
9-
Version: 0.11
9+
Version: 0.12
1010
Requires: ${dep}
1111
Cflags: -I${includedir}
1212
Libs: -L${libdir} -lgetargv++

0 commit comments

Comments
 (0)