Bump version to 5.9.8 for release with multi-platform fix.

svn path=/trunk/boinc/; revision=12570
This commit is contained in:
Charlie Fenton 2007-05-05 10:45:34 +00:00
parent be74515c58
commit 659b23f37d
10 changed files with 28 additions and 22 deletions

View File

@ -4430,3 +4430,9 @@ David 4 May 2007
html/ops/
sample_server_status.php
Charlie 5 May 2007
- Bump version to 5.9.8 for release with multi-platform fix.
client/
version.h

View File

@ -473,11 +473,11 @@ $w5411= array(
"
);
$m597 = array(
"num"=>"5.9.7",
$m598 = array(
"num"=>"5.9.8",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_5.9.7_macOSX_universal.zip",
"date"=>"4 May 2007",
"file"=>"boinc_5.9.8_macOSX_universal.zip",
"date"=>"5 May 2007",
"type"=>"mac_advanced",
"features"=>"<ul>
".$features_510."
@ -530,11 +530,11 @@ $m549 = array(
"
);
$m597c = array(
"num"=>"5.9.7",
$m598c = array(
"num"=>"5.9.8",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_5.9.7_universal-apple-darwin.zip",
"date"=>"4 May 2007",
"file"=>"boinc_5.9.8_universal-apple-darwin.zip",
"date"=>"5 May 2007",
"type"=>"bare_core",
"features"=>"<ul>
".$features_510."
@ -645,8 +645,8 @@ $mac = array(
"name"=>"Mac OS X",
"dbname" => "powerpc-apple-darwin",
"versions"=>array(
$m597,
$m597c,
$m598,
$m598c,
$m5817,
$m5817c,
$m549,

View File

@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */
CFBundleName = "BOINC";
CFBundleShortVersionString = "BOINC version 5.9.3";
CFBundleGetInfoString = "BOINC version 5.9.3, Copyright 2006 University of California.";
CFBundleShortVersionString = "BOINC version 5.9.8";
CFBundleGetInfoString = "BOINC version 5.9.8, Copyright 2006 University of California.";

View File

@ -17,6 +17,6 @@
<key>CFBundleSignature</key>
<string>BNC!</string>
<key>CFBundleVersion</key>
<string>5.9.3</string>
<string>5.9.8</string>
</dict>
</plist>

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.9.3</string>
<string>5.9.8</string>
</dict>
</plist>

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.9.3</string>
<string>5.9.8</string>
</dict>
</plist>

View File

@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.9.3</string>
<string>5.9.8</string>
<key>NSPrincipalClass</key>
<string>BOINC_Saver_ModuleView</string>
</dict>

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.9.3</string>
<string>5.9.8</string>
</dict>
</plist>

View File

@ -881,7 +881,7 @@
DD344BEE07C5B1770043025C /* proxy_info.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = proxy_info.h; path = ../lib/proxy_info.h; sourceTree = SOURCE_ROOT; };
DD344BEF07C5B1770043025C /* proxy_info.C */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = proxy_info.C; path = ../lib/proxy_info.C; sourceTree = SOURCE_ROOT; };
DD35353107E1E05C00C4718D /* libboinc_api.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libboinc_api.a; sourceTree = BUILT_PRODUCTS_DIR; };
DD3E15420A774397007E0084 /* BOINCManager.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = BOINCManager.app; sourceTree = BUILT_PRODUCTS_DIR; };
DD3E15420A774397007E0084 /* BOINCManager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BOINCManager.app; sourceTree = BUILT_PRODUCTS_DIR; };
DD407A4A07D2FB1200163EF5 /* libboinc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libboinc.a; sourceTree = BUILT_PRODUCTS_DIR; };
DD407AB707D2FC7D00163EF5 /* mem_usage.C */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = mem_usage.C; path = ../lib/mem_usage.C; sourceTree = SOURCE_ROOT; };
DD407AB807D2FC7D00163EF5 /* mem_usage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mem_usage.h; path = ../lib/mem_usage.h; sourceTree = SOURCE_ROOT; };

View File

@ -10,10 +10,10 @@
#define BOINC_MINOR_VERSION 9
/* Release part of BOINC version number */
#define BOINC_RELEASE 7
#define BOINC_RELEASE 8
/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "5.9.7"
#define BOINC_VERSION_STRING "5.9.8"
#if (defined(_WIN32) || defined(__APPLE__))
/* Name of package */
@ -26,13 +26,13 @@
#define PACKAGE_NAME "BOINC"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "BOINC 5.9.7"
#define PACKAGE_STRING "BOINC 5.9.8"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "boinc"
/* Define to the version of this package. */
#define PACKAGE_VERSION "5.9.7"
#define PACKAGE_VERSION "5.9.8"
#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */