Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
02a4c4ac
Commit
02a4c4ac
authored
14 years ago
by
Dessie Linden
Browse files
Options
Downloads
Patches
Plain Diff
Corrected channel name(s) and version number
parent
5304ad27
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BuildParams
+4
-2
4 additions, 2 deletions
BuildParams
indra/llcommon/llversionviewer.h
+2
-2
2 additions, 2 deletions
indra/llcommon/llversionviewer.h
with
6 additions
and
4 deletions
BuildParams
+
4
−
2
View file @
02a4c4ac
...
@@ -39,8 +39,9 @@ snowstorm_viewer-development.email = viewer-development-builds@lists.secondlife.
...
@@ -39,8 +39,9 @@ snowstorm_viewer-development.email = viewer-development-builds@lists.secondlife.
# ========================================
# ========================================
# Viewer Beta
# Viewer Beta
# ========================================
# ========================================
viewer-beta.viewer_channel = "Second Life Beta"
viewer-beta.viewer_channel = "Second Life Beta Viewer"
viewer-beta.login_channel = "Second Life Beta"
viewer-beta.login_channel = "Second Life Beta Viewer"
viewer-beta.build_debug_release_separately = true
viewer-beta.build_viewer_update_version_manager = true
viewer-beta.build_viewer_update_version_manager = true
# ========================================
# ========================================
...
@@ -48,6 +49,7 @@ viewer-beta.build_viewer_update_version_manager = true
...
@@ -48,6 +49,7 @@ viewer-beta.build_viewer_update_version_manager = true
# ========================================
# ========================================
viewer-release.viewer_channel = "Second Life Release"
viewer-release.viewer_channel = "Second Life Release"
viewer-release.login_channel = "Second Life Release"
viewer-release.login_channel = "Second Life Release"
viewer-release.build_debug_release_separately = true
viewer-release.build_viewer_update_version_manager = true
viewer-release.build_viewer_update_version_manager = true
# ========================================
# ========================================
...
...
This diff is collapsed.
Click to expand it.
indra/llcommon/llversionviewer.h
+
2
−
2
View file @
02a4c4ac
...
@@ -28,8 +28,8 @@
...
@@ -28,8 +28,8 @@
#define LL_LLVERSIONVIEWER_H
#define LL_LLVERSIONVIEWER_H
const
S32
LL_VERSION_MAJOR
=
2
;
const
S32
LL_VERSION_MAJOR
=
2
;
const
S32
LL_VERSION_MINOR
=
1
;
const
S32
LL_VERSION_MINOR
=
2
;
const
S32
LL_VERSION_PATCH
=
2
;
const
S32
LL_VERSION_PATCH
=
0
;
const
S32
LL_VERSION_BUILD
=
0
;
const
S32
LL_VERSION_BUILD
=
0
;
const
char
*
const
LL_CHANNEL
=
"Second Life Developer"
;
const
char
*
const
LL_CHANNEL
=
"Second Life Developer"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment