Singularity 1.5.6 release

This commit is contained in:
Siana Gearz
2011-04-08 23:52:52 +02:00
parent fd8866c411
commit fcc98ffe46
2 changed files with 2 additions and 1 deletions

View File

@@ -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";

View File

@@ -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