diff options
author | Jacek Antonelli | 2008-12-17 01:24:37 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-17 01:24:37 -0600 |
commit | a3b0b6c299f791b3d8132d36a3d4c1790aea86b1 (patch) | |
tree | 07d9080e0f71845fdf07f666907422b2fe6c4a3f /linden/indra/llcommon/llversionviewer.h | |
parent | Use NType to find inventory icon name (part 2 of 2). (diff) | |
parent | VWR-1582: Local ruler mode wrong for linked objects. (diff) | |
download | meta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.zip meta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.tar.gz meta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.tar.bz2 meta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.tar.xz |
Merge 1.1.0 alpha into quickfilter
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index bc42359..4032c5b 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -43,7 +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 = 0; | 46 | const S32 IMP_VERSION_MINOR = 1; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "alpha"; | ||
48 | 49 | ||
49 | #endif | 50 | #endif |