File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 )
22
3- project (oshot VERSION 0.4.2 LANGUAGES C CXX )
3+ project (oshot VERSION 0.4.3 LANGUAGES C CXX )
44set (PROJECT_FULL_VERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX} " )
55
66if (APPLE )
Original file line number Diff line number Diff line change 6262
6363NAME = oshot
6464TARGET ?= $(NAME )
65- OLDVERSION = 0.4.1
66- VERSION = 0.4.2
65+ OLDVERSION = 0.4.2
66+ VERSION = 0.4.3
6767SRC = $(wildcard src/* .cpp)
6868OBJ = $(SRC:.cpp=.o )
6969LDFLAGS += -L$(BUILDDIR ) $(LTO_FLAGS )
Original file line number Diff line number Diff line change 44-Wextra
55-Wpedantic
66-std=c++20
7- -DVERSION="0.4.2 "
7+ -DVERSION="0.4.3 "
88-DDEBUG=1
99-DWINDOWS_CMD=1
1010-DENABLE_PORTALS=1
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ main() {
9191 <key>CFBundleDisplayName</key>
9292 <string>oshot</string>
9393 <key>CFBundleVersion</key>
94- <string>0.4.2 </string>
94+ <string>0.4.3 </string>
9595 <key>CFBundleShortVersionString</key>
96- <string>0.4.2 </string>
96+ <string>0.4.3 </string>
9797 <key>CFBundlePackageType</key>
9898 <string>APPL</string>
9999 <key>CFBundleSignature</key>
You can’t perform that action at this time.
0 commit comments