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_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)
|
||||
|
||||
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])
|
||||
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
|
||||
AC_SUBST([LIBBOINC_VERSION])
|
||||
|
|
10
version.h
10
version.h
|
@ -10,13 +10,13 @@
|
|||
#define BOINC_MINOR_VERSION 0
|
||||
|
||||
/* Release part of BOINC version number */
|
||||
#define BOINC_RELEASE 11
|
||||
#define BOINC_RELEASE 12
|
||||
|
||||
/* 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 */
|
||||
#define BOINC_PRERELEASE 1
|
||||
/* #define BOINC_PRERELEASE 1 */
|
||||
|
||||
#if (defined(_WIN32) || defined(__APPLE__))
|
||||
/* Name of package */
|
||||
|
@ -29,13 +29,13 @@
|
|||
#define PACKAGE_NAME "BOINC"
|
||||
|
||||
/* 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 PACKAGE_TARNAME "boinc"
|
||||
|
||||
/* 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__)) */
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#define BOINC_VERSION_STRING "@BOINC_VERSION_STRING@"
|
||||
|
||||
/* Package is a pre-release (Alpha/Beta) package */
|
||||
#define BOINC_PRERELEASE 1
|
||||
/* #define BOINC_PRERELEASE 1 */
|
||||
|
||||
#if (defined(_WIN32) || defined(__APPLE__))
|
||||
/* Name of package */
|
||||
|
|
|
@ -81,13 +81,13 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
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"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreAllDefaultLibraries="true"
|
||||
DelayLoadDLLs=""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25100_windows_intelx86.pdb"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25133_windows_intelx86.pdb"
|
||||
SubSystem="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -182,13 +182,13 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
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"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreAllDefaultLibraries="true"
|
||||
DelayLoadDLLs=""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25100_windows_x86_64.pdb"
|
||||
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25133_windows_x86_64.pdb"
|
||||
SubSystem="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue