diff options
author | Jacek Antonelli | 2009-09-27 16:35:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-27 16:35:48 -0500 |
commit | 39131fb9b91feaa12fe0f76328d6e2f24fdf5365 (patch) | |
tree | f998ce6cca6106da8018f2932ebbb6fb018aa990 /linden/indra | |
parent | Merge remote branch 'mccabe/1.2.0-next' into next (diff) | |
download | meta-impy-39131fb9b91feaa12fe0f76328d6e2f24fdf5365.zip meta-impy-39131fb9b91feaa12fe0f76328d6e2f24fdf5365.tar.gz meta-impy-39131fb9b91feaa12fe0f76328d6e2f24fdf5365.tar.bz2 meta-impy-39131fb9b91feaa12fe0f76328d6e2f24fdf5365.tar.xz |
Updated Imprudence version to "1.2.0 beta".
Diffstat (limited to 'linden/indra')
-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 34fb615..b8f7ae8 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -43,8 +43,8 @@ const char * const LL_VIEWER_NAME = "Second Life"; | |||
43 | const char * const IMP_VIEWER_NAME = "Imprudence"; | 43 | const char * const IMP_VIEWER_NAME = "Imprudence"; |
44 | 44 | ||
45 | const S32 IMP_VERSION_MAJOR = 1; | 45 | const S32 IMP_VERSION_MAJOR = 1; |
46 | const S32 IMP_VERSION_MINOR = 1; | 46 | const S32 IMP_VERSION_MINOR = 2; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = ""; | 48 | const char * const IMP_VERSION_TEST = "beta"; |
49 | 49 | ||
50 | #endif | 50 | #endif |