diff options
author | Jacek Antonelli | 2010-01-02 14:57:57 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-01-02 14:57:57 -0600 |
commit | 999983830d196f8f0a7aeefc022dea307274514e (patch) | |
tree | aa61e7fbe822ae61a8e8892b6a16c919782784ac /linden/indra/llcommon | |
parent | Fixed panel_radar.xml missing from newview\CMakeLists.txt (diff) | |
download | meta-impy-999983830d196f8f0a7aeefc022dea307274514e.zip meta-impy-999983830d196f8f0a7aeefc022dea307274514e.tar.gz meta-impy-999983830d196f8f0a7aeefc022dea307274514e.tar.bz2 meta-impy-999983830d196f8f0a7aeefc022dea307274514e.tar.xz |
Updated version to 1.3.0 "merge test".
(newview/res/viewerRes.rc is already at 1.3.0.)
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 6f4fffc..b7f18f8 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -44,8 +44,8 @@ const char * const LL_VIEWER_NAME = "Second Life"; | |||
44 | const char * const IMP_VIEWER_NAME = "Imprudence"; | 44 | const char * const IMP_VIEWER_NAME = "Imprudence"; |
45 | 45 | ||
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 = 3; |
48 | const S32 IMP_VERSION_PATCH = 1; | 48 | const S32 IMP_VERSION_PATCH = 0; |
49 | const char * const IMP_VERSION_TEST = ""; | 49 | const char * const IMP_VERSION_TEST = "merge test"; |
50 | 50 | ||
51 | #endif | 51 | #endif |