diff options
author | Jacek Antonelli | 2010-05-01 10:20:32 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-05-01 10:20:32 -0500 |
commit | 655e68b53081b392b067900829e0a0ca536dae2d (patch) | |
tree | f62129c48d44c5d057eaf9d4eade05273065d0ae /linden/indra/llcommon | |
parent | Ported 'NoTextureExportSL' message from 1.2.2 to new notification system. (diff) | |
download | meta-impy-655e68b53081b392b067900829e0a0ca536dae2d.zip meta-impy-655e68b53081b392b067900829e0a0ca536dae2d.tar.gz meta-impy-655e68b53081b392b067900829e0a0ca536dae2d.tar.bz2 meta-impy-655e68b53081b392b067900829e0a0ca536dae2d.tar.xz |
Updated version to 1.3.0 beta 3.
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 f06c5c1..8846ad3 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 = 3; | 47 | const S32 IMP_VERSION_MINOR = 3; |
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 = "beta 3"; |
50 | 50 | ||
51 | #endif | 51 | #endif |