diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-12 21:51:12 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-12 21:51:12 +0800 |
commit | 0b7e89e4865f7ec57f93f58ffa8f287ebed18dc0 (patch) | |
tree | c8462377f609dbcbd29a2122531bb710efbaca0f /indra/newview/English.lproj | |
parent | 2c5815a1f3355724360278f814856a10f83a4c4e (diff) | |
parent | 52ecc4498d47a9f985955c8584de1a57584c0278 (diff) |
Merge branch 'main' into maint-b
Diffstat (limited to 'indra/newview/English.lproj')
-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."; |