diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-12 21:51:35 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-12 21:51:35 +0800 |
commit | 4d7727139ee3840b4794f7dc93e6113e0623f47f (patch) | |
tree | a99dd66c0581005a433519569e943910de67ee09 /indra/newview/English.lproj/InfoPlist.strings | |
parent | f6fe1a886389b44d63c6a985916d7a910d27a726 (diff) | |
parent | 52ecc4498d47a9f985955c8584de1a57584c0278 (diff) |
Merge branch 'main' into webrtc-voice
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."; |