Worked through rejects from sg1.5 merge. Went in smoothly O.o

This commit is contained in:
Siana Gearz
2010-10-18 13:45:04 +02:00
parent babc0dc420
commit 3d60deaf31
8 changed files with 42 additions and 24 deletions

View File

@@ -34,9 +34,9 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 4;
const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_BUILD = 8;
const S32 LL_VERSION_MINOR = 5;
const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Ascent Viewer Release";