diff options
author | McCabe Maxsted | 2008-12-08 05:45:58 -0700 |
---|---|---|
committer | Jacek Antonelli | 2008-12-10 21:11:28 -0600 |
commit | a86e98f9a85aad5be2962323386352900b0f0c69 (patch) | |
tree | 8022776e676e8b56295ba61d4ef20dfe9664df2d /linden/indra/llcommon | |
parent | Changed Release Notes link to point to Imprudence (diff) | |
download | meta-impy-a86e98f9a85aad5be2962323386352900b0f0c69.zip meta-impy-a86e98f9a85aad5be2962323386352900b0f0c69.tar.gz meta-impy-a86e98f9a85aad5be2962323386352900b0f0c69.tar.bz2 meta-impy-a86e98f9a85aad5be2962323386352900b0f0c69.tar.xz |
Added test version info to llversionviewer.h
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index bc42359..cddc654 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -45,5 +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 | 49 | ||
49 | #endif | 50 | #endif |