Skip to content

Commit 9919517

Browse files
version 0.7
1 parent 6e0c4b7 commit 9919517

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
@@ -10,7 +10,7 @@ MACOS_LT_11 := $(shell [ $(MACOS_VER_MAJOR) -eq 10 -a $(MACOS_VER_MINOR) -lt 1
1010
MACOS_LT_12 := $(shell [ $(MACOS_VER_MAJOR) -eq 10 -a $(MACOS_VER_MINOR) -lt 16 ] || [ $(MACOS_VER_MAJOR) -lt 12 ] && echo true)
1111
export MACOSX_DEPLOYMENT_TARGET := $(MACOS_VER_MAJOR).$(MACOS_VER_MINOR)
1212
# When changing version, also change: getargv++.pc, doxygen.conf, and README.md
13-
VERSION=0.6
13+
VERSION=0.7
1414
#
1515
COMPAT_VERSION := $(shell echo $(VERSION) | cut -f1 -d.).0
1616
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.6
51+
PROJECT_NUMBER = 0.7
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
@@ -5,7 +5,7 @@ libdir=${prefix}/lib
55
Name: getargv++
66
Description: Library for getting the arguments of other processes.
77
URL: https://getargv.narzt.cam/
8-
Version: 0.6
8+
Version: 0.7
99
Requires: getargv
1010
Cflags: -I${includedir}
1111
Libs: -L${libdir} -lgetargv++

0 commit comments

Comments
 (0)