1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 02:22:39 +00:00

Update version numbers.

This commit is contained in:
Thomas Harte
2026-01-05 19:44:08 -05:00
parent 73d2ed77a2
commit ea1d4e27d0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
project(CLK
LANGUAGES CXX
VERSION 25.12.12
VERSION 26.01.06
)
set(CMAKE_CXX_STANDARD 20)
+3 -3
View File
@@ -844,17 +844,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>25.12.12</string>
<string>26.01.06</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>25.12.12</string>
<string>26.01.06</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 20152025 Thomas Harte.
<string>Copyright © 20152026 Thomas Harte.
All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>