Skip to content
Snippets Groups Projects
Commit 75b1cc88 authored by Josh Bell's avatar Josh Bell
Browse files
Pick up last minute patches to the viewer from 1.18.3 final release.
* Final release notes and version numbers
* SL-55123 Mac app icon missing from open source tarball (missed from previous merge?)
* SL-55121 Mac mouse cursors missing from open source tarball (missed from previous merge?)

(I believe the previous merge in this series, r70180, only committed changes inside indra. I've scrubbed the history of that range and don't see any other missing files other than the two assemblies/ patches noted above)
parent 6981b3bc
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 18; const S32 LL_VERSION_MINOR = 18;
const S32 LL_VERSION_PATCH = 3; const S32 LL_VERSION_PATCH = 3;
const S32 LL_VERSION_BUILD = 4; const S32 LL_VERSION_BUILD = 5;
const char * const LL_CHANNEL = "Second Life Release"; const char * const LL_CHANNEL = "Second Life Release";
......
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "Second Life"; CFBundleName = "Second Life";
CFBundleShortVersionString = "Second Life version 1.18.3.4"; CFBundleShortVersionString = "Second Life version 1.18.3.5";
CFBundleGetInfoString = "Second Life version 1.18.3.4, Copyright 2004-2007 Linden Research, Inc."; CFBundleGetInfoString = "Second Life version 1.18.3.5, Copyright 2004-2007 Linden Research, Inc.";
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.18.3.4</string> <string>1.18.3.5</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
</dict> </dict>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment