Skip to content

Commit fce2d27

Browse files
committed
build: bump MacOS Bundle version int
1 parent 714544e commit fce2d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(APPLE)
3636
set(MACOSX_BUNDLE_BUNDLE_NAME "MultiVNC")
3737
set(MACOSX_BUNDLE_GUI_IDENTIFIER "net.christianbeier.MultiVNC")
3838
set(MACOSX_BUNDLE_COPYRIGHT "© Christian Beier (multivnc@christianbeier.net), 2009-2025")
39-
set(MACOSX_BUNDLE_BUNDLE_VERSION 6)
39+
set(MACOSX_BUNDLE_BUNDLE_VERSION 7)
4040
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION})
4141
set(MACOSX_BUNDLE_ICON_FILE icon.icns)
4242
set(multivnc_SRCS ${multivnc_SRCS} icon.icns)

0 commit comments

Comments
 (0)