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 | |
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 '')
-rw-r--r-- | ChangeLog.txt | 10 | ||||
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 6 | ||||
-rw-r--r-- | linden/indra/newview/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | linden/indra/newview/Info-Imprudence.plist | 2 |
4 files changed, 16 insertions, 6 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 8e0c8a1..a86a271 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,13 @@ | |||
1 | 2010-01-02 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * Updated version to 1.3.0 "merge test". | ||
4 | (newview/res/viewerRes.rc is already at 1.3.0.) | ||
5 | |||
6 | modified: linden/indra/llcommon/llversionviewer.h | ||
7 | modified: linden/indra/newview/English.lproj/InfoPlist.strings | ||
8 | modified: linden/indra/newview/Info-Imprudence.plist | ||
9 | |||
10 | |||
1 | 2010-01-01 McCabe Maxsted <hakushakukun@gmail.com> | 11 | 2010-01-01 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 12 | ||
3 | * Fixed panel_radar.xml missing from newview\CMakeLists.txt. | 13 | * Fixed panel_radar.xml missing from newview\CMakeLists.txt. |
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 |
diff --git a/linden/indra/newview/English.lproj/InfoPlist.strings b/linden/indra/newview/English.lproj/InfoPlist.strings index 3b90609..d32878c 100644 --- a/linden/indra/newview/English.lproj/InfoPlist.strings +++ b/linden/indra/newview/English.lproj/InfoPlist.strings | |||
@@ -1,5 +1,5 @@ | |||
1 | /* Localized versions of Info.plist keys */ | 1 | /* Localized versions of Info.plist keys */ |
2 | 2 | ||
3 | CFBundleName = "Imprudence"; | 3 | CFBundleName = "Imprudence"; |
4 | CFBundleShortVersionString = "Imprudence version 1.2.1"; | 4 | CFBundleShortVersionString = "Imprudence version 1.3.0"; |
5 | CFBundleGetInfoString = "Imprudence version 1.2.1"; | 5 | CFBundleGetInfoString = "Imprudence version 1.3.0"; |
diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist index affdb57..098dda6 100644 --- a/linden/indra/newview/Info-Imprudence.plist +++ b/linden/indra/newview/Info-Imprudence.plist | |||
@@ -32,7 +32,7 @@ | |||
32 | </dict> | 32 | </dict> |
33 | </array> | 33 | </array> |
34 | <key>CFBundleVersion</key> | 34 | <key>CFBundleVersion</key> |
35 | <string>1.2.1</string> | 35 | <string>1.3.0</string> |
36 | <key>CSResourcesFileMapped</key> | 36 | <key>CSResourcesFileMapped</key> |
37 | <true/> | 37 | <true/> |
38 | </dict> | 38 | </dict> |