diff options
author | McCabe Maxsted | 2009-11-08 13:23:54 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-11-08 13:23:54 -0700 |
commit | d9ecd6fde8f588d8be9a54a3ebc301bab1e99754 (patch) | |
tree | 1f595f7577a5134b29e4933d1ce6b4b52e9c1f57 /linden/indra/llcommon/llversionviewer.h | |
parent | Merged working branch of 1.2 into LL 1.23 merge (diff) | |
parent | Changed version to 1.20 in other files (diff) | |
download | meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.zip meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.tar.gz meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.tar.bz2 meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.tar.xz |
Merged almost-final version of Imprudence 1.2 into 1.3
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-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 bf08879..2435e4d 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -46,6 +46,6 @@ const char * const IMP_VIEWER_NAME = "Imprudence"; | |||
46 | const S32 IMP_VERSION_MAJOR = 1; | 46 | const S32 IMP_VERSION_MAJOR = 1; |
47 | const S32 IMP_VERSION_MINOR = 2; | 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 = "beta 2"; | 49 | const char * const IMP_VERSION_TEST = ""; |
50 | 50 | ||
51 | #endif | 51 | #endif |