diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-12 15:15:14 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-12 15:15:14 +0800 |
commit | 6fa1495a0cd16605bbfd78c2252a94b7fbd78a89 (patch) | |
tree | fc3d55122100142ebb08e2b87f337845d2bc1438 /indra/newview/English.lproj/InfoPlist.strings | |
parent | 5590af309fd9f78e4642f01833e26bbcf343d145 (diff) |
Fix version appearing as %%VERSION%% on macOS info
This would be done in viewer_manifest.py on SLv. This needed to be
reimplemented, and now it is, just using CMake.
Diffstat (limited to 'indra/newview/English.lproj/InfoPlist.strings')
-rw-r--r-- | indra/newview/English.lproj/InfoPlist.strings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/English.lproj/InfoPlist.strings b/indra/newview/English.lproj/InfoPlist.strings index 353d660a2d..48e7262dd5 100644 --- a/indra/newview/English.lproj/InfoPlist.strings +++ b/indra/newview/English.lproj/InfoPlist.strings @@ -2,6 +2,6 @@ CFBundleName = "Megapahit"; -CFBundleShortVersionString = "Megapahit version %%VERSION%%"; -CFBundleGetInfoString = "Megapahit version %%VERSION%%, Copyright 2024 Megapahit."; +CFBundleShortVersionString = "Megapahit version ${MACOSX_BUNDLE_SHORT_VERSION_STRING}"; +CFBundleGetInfoString = "Megapahit version ${MACOSX_BUNDLE_SHORT_VERSION_STRING}, Copyright 2024 Megapahit."; |