Skip to content

Commit

Permalink
version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2024
1 parent 8559b66 commit a681066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile-variables
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion getargv++.pc
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit a681066

Please sign in to comment.