Skip to content

Commit

Permalink
Update version to 7.20.5.
Browse files Browse the repository at this point in the history
This is a linux only release.

Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Dec 2, 2022
1 parent 062e779 commit 4774e1c
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/apps/android/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-apps",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/apps/linux/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-apps",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/apps/mingw/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-apps",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/client/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-client",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/libs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-libs",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/libs/windows/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-libs",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/msbuild/ARM64/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-msbuild-arm64",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/configs/msbuild/x64/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boinc-msbuild-x64",
"version-string": "7.20.2",
"version-string": "7.20.5",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.4)
AC_INIT(BOINC, 7.20.5)
AC_CONFIG_MACRO_DIR([m4])
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
AC_SUBST([LIBBOINC_VERSION])
Expand Down
8 changes: 4 additions & 4 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define BOINC_MINOR_VERSION 20

/* Release part of BOINC version number */
#define BOINC_RELEASE 4
#define BOINC_RELEASE 5

// wrapper version number
// when you change this, change .exe file names in VS project files
Expand All @@ -21,7 +21,7 @@
#define VBOXWRAPPER_RELEASE 26206

/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.20.4"
#define BOINC_VERSION_STRING "7.20.5"

/* Package is a pre-release (Alpha/Beta) package */
//#define BOINC_PRERELEASE 1
Expand All @@ -37,13 +37,13 @@
#define PACKAGE_NAME "BOINC"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "BOINC 7.20.4"
#define PACKAGE_STRING "BOINC 7.20.5"

/* 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.20.4"
#define PACKAGE_VERSION "7.20.5"

#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */

Expand Down
2 changes: 1 addition & 1 deletion version.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.20.4
7.20.5
2 changes: 1 addition & 1 deletion win_build/installerv2/BOINCx64.ism
Original file line number Diff line number Diff line change
Expand Up @@ -4548,7 +4548,7 @@ VwBlAGIAAQBXAEUAQgB4ADYANAA=
<row><td>ProductID</td><td>none</td><td/></row>
<row><td>ProductLanguage</td><td>1033</td><td/></row>
<row><td>ProductName</td><td>BOINC</td><td/></row>
<row><td>ProductVersion</td><td>7.20.2</td><td/></row>
<row><td>ProductVersion</td><td>7.20.5</td><td/></row>
<row><td>ProgressType0</td><td>install</td><td/></row>
<row><td>ProgressType1</td><td>Installing</td><td/></row>
<row><td>ProgressType2</td><td>installed</td><td/></row>
Expand Down
2 changes: 1 addition & 1 deletion win_build/installerv2/BOINCx64_vbox.ism
Original file line number Diff line number Diff line change
Expand Up @@ -4549,7 +4549,7 @@ VwBlAGIAAQBXAEUAQgB4ADYANAA=
<row><td>ProductID</td><td>none</td><td/></row>
<row><td>ProductLanguage</td><td>1033</td><td/></row>
<row><td>ProductName</td><td>BOINC</td><td/></row>
<row><td>ProductVersion</td><td>7.20.2</td><td/></row>
<row><td>ProductVersion</td><td>7.20.5</td><td/></row>
<row><td>ProgressType0</td><td>install</td><td/></row>
<row><td>ProgressType1</td><td>Installing</td><td/></row>
<row><td>ProgressType2</td><td>installed</td><td/></row>
Expand Down

0 comments on commit 4774e1c

Please sign in to comment.