diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2010-12-22 10:47:18 -0800 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2010-12-22 10:47:18 -0800 |
commit | 9b0e4d20a96ad01de33ec6d4ff87cb2a15d36d58 (patch) | |
tree | d310b98155b9283c04f90b7506573178273d12a8 /indra/llcommon/llversionviewer.h | |
parent | bf20d1498b38ad2a15bbe9b013eaca94c437b843 (diff) |
Setting viewer version numbers back to what they were as per Merov's review request.
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 356e0f4c0f..d6fa5b1997 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; #if LL_DARWIN -const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.indra.viewer"; +const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.snowglobe.viewer"; #endif #endif |