Skip to content

Commit f273d3f

Browse files
committed
Singularity 1.8.4
1 parent 1bd78c5 commit f273d3f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

indra/llcommon/llversionviewer.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
const S32 LL_VERSION_MAJOR = 1;
3737
const S32 LL_VERSION_MINOR = 8;
38-
const S32 LL_VERSION_PATCH = 3;
38+
const S32 LL_VERSION_PATCH = 4;
3939
const S32 LL_VERSION_BUILD = ${vBUILD};
4040

4141
const char * const LL_CHANNEL = "${VIEWER_CHANNEL}";

indra/newview/res/viewerRes.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ TOOLMEDIAOPEN CURSOR "toolmediaopen.cur"
138138
//
139139

140140
VS_VERSION_INFO VERSIONINFO
141-
FILEVERSION 1,5,0,0
142-
PRODUCTVERSION 1,5,0,0
141+
FILEVERSION 1,8,4,5433
142+
PRODUCTVERSION 1,8,4,5433
143143
FILEFLAGSMASK 0x3fL
144144
#ifdef _DEBUG
145145
FILEFLAGS 0x1L
@@ -156,12 +156,12 @@ BEGIN
156156
BEGIN
157157
VALUE "CompanyName", "Siana Gearz"
158158
VALUE "FileDescription", "Singularity Viewer"
159-
VALUE "FileVersion", "1.5.0.0"
159+
VALUE "FileVersion", "1.8.4.5433"
160160
VALUE "InternalName", "Second Life"
161161
VALUE "LegalCopyright", "Copyright � 2001-2010, Linden Research, Inc., Copyright 2010 Siana Gearz"
162-
VALUE "OriginalFilename", "singularity.exe"
162+
VALUE "OriginalFilename", "SingularityViewer.exe"
163163
VALUE "ProductName", "Singularity Viewer"
164-
VALUE "ProductVersion", "1.5.0.0"
164+
VALUE "ProductVersion", "1.8.4.5433"
165165
END
166166
END
167167
BLOCK "VarFileInfo"

indra/newview/res/viewerRes_bc.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ TOOLMEDIAOPEN CURSOR "toolmediaopen.cur"
138138
//
139139

140140
VS_VERSION_INFO VERSIONINFO
141-
FILEVERSION 1,5,0,0
142-
PRODUCTVERSION 1,5,0,0
141+
FILEVERSION 1,8,4,5433
142+
PRODUCTVERSION 1,8,4,5433
143143
FILEFLAGSMASK 0x3fL
144144
#ifdef _DEBUG
145145
FILEFLAGS 0x1L
@@ -156,12 +156,12 @@ BEGIN
156156
BEGIN
157157
VALUE "CompanyName", "Siana Gearz"
158158
VALUE "FileDescription", "Singularity Viewer"
159-
VALUE "FileVersion", "1.5.0.0"
159+
VALUE "FileVersion", "1.8.4.5433"
160160
VALUE "InternalName", "Second Life"
161161
VALUE "LegalCopyright", "Copyright � 2001-2010, Linden Research, Inc., Copyright 2010 Siana Gearz"
162-
VALUE "OriginalFilename", "singularity.exe"
162+
VALUE "OriginalFilename", "SingularityViewer.exe"
163163
VALUE "ProductName", "Singularity Viewer"
164-
VALUE "ProductVersion", "1.5.0.0"
164+
VALUE "ProductVersion", "1.8.4.5433"
165165
END
166166
END
167167
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)