diff options
author | McCabe Maxsted | 2009-09-27 21:44:44 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-27 21:44:44 -0700 |
commit | a8477f3570e249ee8b4a089340001ff9b26f69c0 (patch) | |
tree | 4c81383dc2b4bb650141147a08151c3f0be9547e /linden/indra/llcommon/llversionviewer.h | |
parent | Show disabled buttons for own profile rather than hiding them (diff) | |
parent | Rearranged the Import stuff in the File menu. (diff) | |
download | meta-impy-a8477f3570e249ee8b4a089340001ff9b26f69c0.zip meta-impy-a8477f3570e249ee8b4a089340001ff9b26f69c0.tar.gz meta-impy-a8477f3570e249ee8b4a089340001ff9b26f69c0.tar.bz2 meta-impy-a8477f3570e249ee8b4a089340001ff9b26f69c0.tar.xz |
Merge jacek/next into 1.2.0-next
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 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 |