diff options
author | Jacek Antonelli | 2008-12-12 22:35:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-12 22:35:58 -0600 |
commit | c9a8667dd778d9503ef25a48491c76784e88b41d (patch) | |
tree | 182ec8bb3222975c70092d53f36bddf4707f2e76 /linden/indra/llcommon/llversionviewer.h | |
parent | Windows build uses OpenJPEG 1.3. (diff) | |
download | meta-impy-c9a8667dd778d9503ef25a48491c76784e88b41d.zip meta-impy-c9a8667dd778d9503ef25a48491c76784e88b41d.tar.gz meta-impy-c9a8667dd778d9503ef25a48491c76784e88b41d.tar.bz2 meta-impy-c9a8667dd778d9503ef25a48491c76784e88b41d.tar.xz |
Blanked the test version string. Not RC anymore.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index cddc654..ab7e415 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -45,6 +45,6 @@ const char * const IMP_VIEWER_NAME = "Imprudence"; | |||
45 | const S32 IMP_VERSION_MAJOR = 1; | 45 | const S32 IMP_VERSION_MAJOR = 1; |
46 | const S32 IMP_VERSION_MINOR = 0; | 46 | const S32 IMP_VERSION_MINOR = 0; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "RC2"; | 48 | const char * const IMP_VERSION_TEST = ""; |
49 | 49 | ||
50 | #endif | 50 | #endif |