aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog.txt10
-rw-r--r--linden/indra/llcommon/llversionviewer.h6
-rw-r--r--linden/indra/newview/English.lproj/InfoPlist.strings4
-rw-r--r--linden/indra/newview/Info-Imprudence.plist2
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 @@
12010-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
12010-01-01 McCabe Maxsted <hakushakukun@gmail.com> 112010-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";
44const char * const IMP_VIEWER_NAME = "Imprudence"; 44const char * const IMP_VIEWER_NAME = "Imprudence";
45 45
46const S32 IMP_VERSION_MAJOR = 1; 46const S32 IMP_VERSION_MAJOR = 1;
47const S32 IMP_VERSION_MINOR = 2; 47const S32 IMP_VERSION_MINOR = 3;
48const S32 IMP_VERSION_PATCH = 1; 48const S32 IMP_VERSION_PATCH = 0;
49const char * const IMP_VERSION_TEST = ""; 49const 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
3CFBundleName = "Imprudence"; 3CFBundleName = "Imprudence";
4CFBundleShortVersionString = "Imprudence version 1.2.1"; 4CFBundleShortVersionString = "Imprudence version 1.3.0";
5CFBundleGetInfoString = "Imprudence version 1.2.1"; 5CFBundleGetInfoString = "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>