diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 | ||||
-rw-r--r-- | linden/indra/newview/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | linden/indra/newview/Info-Imprudence.plist | 2 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 2435e4d..18a3182 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -45,7 +45,7 @@ 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 = 2; |
48 | const S32 IMP_VERSION_PATCH = 0; | 48 | const S32 IMP_VERSION_PATCH = 1; |
49 | const char * const IMP_VERSION_TEST = ""; | 49 | const char * const IMP_VERSION_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 2657d6f..3b90609 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.0"; | 4 | CFBundleShortVersionString = "Imprudence version 1.2.1"; |
5 | CFBundleGetInfoString = "Imprudence version 1.2.0"; | 5 | CFBundleGetInfoString = "Imprudence version 1.2.1"; |
diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist index 42164c6..affdb57 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.0</string> | 35 | <string>1.2.1</string> |
36 | <key>CSResourcesFileMapped</key> | 36 | <key>CSResourcesFileMapped</key> |
37 | <true/> | 37 | <true/> |
38 | </dict> | 38 | </dict> |
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 32b553b..39df657 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -824,6 +824,7 @@ class Linux_i686Manifest(LinuxManifest): | |||
824 | self.path("libSDL-1.2.so.0") | 824 | self.path("libSDL-1.2.so.0") |
825 | self.path("libELFIO.so") | 825 | self.path("libELFIO.so") |
826 | self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") | 826 | self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") |
827 | self.path("libxml2.so.2") | ||
827 | self.path("libz.so.1") | 828 | self.path("libz.so.1") |
828 | 829 | ||
829 | # OpenAL | 830 | # OpenAL |