diff options
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 826111f..bf08879 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -44,8 +44,8 @@ const char * const LL_VIEWER_NAME = "Second Life"; | |||
44 | const char * const IMP_VIEWER_NAME = "Imprudence"; | 44 | const char * const IMP_VIEWER_NAME = "Imprudence"; |
45 | 45 | ||
46 | const S32 IMP_VERSION_MAJOR = 1; | 46 | const S32 IMP_VERSION_MAJOR = 1; |
47 | const S32 IMP_VERSION_MINOR = 1; | 47 | const S32 IMP_VERSION_MINOR = 2; |
48 | const S32 IMP_VERSION_PATCH = 0; | 48 | const S32 IMP_VERSION_PATCH = 0; |
49 | const char * const IMP_VERSION_TEST = ""; | 49 | const char * const IMP_VERSION_TEST = "beta 2"; |
50 | 50 | ||
51 | #endif | 51 | #endif |