mirror of https://github.com/BOINC/boinc.git
- Tag for 7.0.12 release, all platforms
boinc_core_release_7_0_12 / configure.ac version.h svn path=/trunk/boinc/; revision=25155
This commit is contained in:
parent
d205fc9375
commit
7b770971eb
|
@ -1043,3 +1043,11 @@ David 26 Jan 2012
|
||||||
|
|
||||||
client/
|
client/
|
||||||
client_types.cpp
|
client_types.cpp
|
||||||
|
|
||||||
|
Rom 26 Jan 2012
|
||||||
|
- Tag for 7.0.12 release, all platforms
|
||||||
|
boinc_core_release_7_0_12
|
||||||
|
|
||||||
|
/
|
||||||
|
configure.ac
|
||||||
|
version.h
|
||||||
|
|
|
@ -6,7 +6,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work)
|
||||||
AC_PREREQ(2.58)
|
AC_PREREQ(2.58)
|
||||||
|
|
||||||
dnl Set the BOINC version here. You can also use the set-version script.
|
dnl Set the BOINC version here. You can also use the set-version script.
|
||||||
AC_INIT(BOINC, 7.0.11)
|
AC_INIT(BOINC, 7.0.12)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
|
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
|
||||||
AC_SUBST([LIBBOINC_VERSION])
|
AC_SUBST([LIBBOINC_VERSION])
|
||||||
|
|
10
version.h
10
version.h
|
@ -10,13 +10,13 @@
|
||||||
#define BOINC_MINOR_VERSION 0
|
#define BOINC_MINOR_VERSION 0
|
||||||
|
|
||||||
/* Release part of BOINC version number */
|
/* Release part of BOINC version number */
|
||||||
#define BOINC_RELEASE 11
|
#define BOINC_RELEASE 12
|
||||||
|
|
||||||
/* String representation of BOINC version number */
|
/* String representation of BOINC version number */
|
||||||
#define BOINC_VERSION_STRING "7.0.11"
|
#define BOINC_VERSION_STRING "7.0.12"
|
||||||
|
|
||||||
/* Package is a pre-release (Alpha/Beta) package */
|
/* Package is a pre-release (Alpha/Beta) package */
|
||||||
#define BOINC_PRERELEASE 1
|
/* #define BOINC_PRERELEASE 1 */
|
||||||
|
|
||||||
#if (defined(_WIN32) || defined(__APPLE__))
|
#if (defined(_WIN32) || defined(__APPLE__))
|
||||||
/* Name of package */
|
/* Name of package */
|
||||||
|
@ -29,13 +29,13 @@
|
||||||
#define PACKAGE_NAME "BOINC"
|
#define PACKAGE_NAME "BOINC"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "BOINC 7.0.11"
|
#define PACKAGE_STRING "BOINC 7.0.12"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "boinc"
|
#define PACKAGE_TARNAME "boinc"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "7.0.11"
|
#define PACKAGE_VERSION "7.0.12"
|
||||||
|
|
||||||
#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
|
#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
#define BOINC_VERSION_STRING "@BOINC_VERSION_STRING@"
|
#define BOINC_VERSION_STRING "@BOINC_VERSION_STRING@"
|
||||||
|
|
||||||
/* Package is a pre-release (Alpha/Beta) package */
|
/* Package is a pre-release (Alpha/Beta) package */
|
||||||
#define BOINC_PRERELEASE 1
|
/* #define BOINC_PRERELEASE 1 */
|
||||||
|
|
||||||
#if (defined(_WIN32) || defined(__APPLE__))
|
#if (defined(_WIN32) || defined(__APPLE__))
|
||||||
/* Name of package */
|
/* Name of package */
|
||||||
|
|
|
@ -81,13 +81,13 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
|
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
|
||||||
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25100_windows_intelx86.exe"
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25133_windows_intelx86.exe"
|
||||||
LinkIncremental="0"
|
LinkIncremental="0"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
IgnoreAllDefaultLibraries="true"
|
IgnoreAllDefaultLibraries="true"
|
||||||
DelayLoadDLLs=""
|
DelayLoadDLLs=""
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25100_windows_intelx86.pdb"
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25133_windows_intelx86.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
|
@ -182,13 +182,13 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
|
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
|
||||||
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25100_windows_x86_64.exe"
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25133_windows_x86_64.exe"
|
||||||
LinkIncremental="0"
|
LinkIncremental="0"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
IgnoreAllDefaultLibraries="true"
|
IgnoreAllDefaultLibraries="true"
|
||||||
DelayLoadDLLs=""
|
DelayLoadDLLs=""
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25100_windows_x86_64.pdb"
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25133_windows_x86_64.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="17"
|
TargetMachine="17"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue