Singularity 1.5.6 release
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
const S32 LL_VERSION_MAJOR = 1;
|
const S32 LL_VERSION_MAJOR = 1;
|
||||||
const S32 LL_VERSION_MINOR = 5;
|
const S32 LL_VERSION_MINOR = 5;
|
||||||
const S32 LL_VERSION_PATCH = 5;
|
const S32 LL_VERSION_PATCH = 6;
|
||||||
const S32 LL_VERSION_BUILD = 0;
|
const S32 LL_VERSION_BUILD = 0;
|
||||||
|
|
||||||
const char * const LL_CHANNEL = "Singularity";
|
const char * const LL_CHANNEL = "Singularity";
|
||||||
|
|||||||
@@ -274,6 +274,7 @@ class WindowsManifest(ViewerManifest):
|
|||||||
try:
|
try:
|
||||||
if self.prefix("../../libraries/i686-win32/lib/release/msvcrt", dst=""):
|
if self.prefix("../../libraries/i686-win32/lib/release/msvcrt", dst=""):
|
||||||
self.path("*.dll")
|
self.path("*.dll")
|
||||||
|
self.path("*.manifest")
|
||||||
self.end_prefix()
|
self.end_prefix()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user