Skip to content

Commit 3422898

Browse files
committed
Client/Manager Release 8.2.15
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
1 parent a142ad1 commit 3422898

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

android/BOINC/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def buildVersionCode() {
3838
// Derive version name from release tag and add commit SHA1
3939
def buildVersionName() {
4040
def pattern = /(?<tag>.+)-(?<offset>\d+)-g(?<hash>[0-9a-f]+)/
41-
def version = '8.2.14'
41+
def version = '8.2.15'
4242
def isDev = true
4343
def offset = -1
4444
def tag = ""

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work)
2424
AC_PREREQ(2.58)
2525

2626
dnl Set the BOINC version here. You can also use the set-version script.
27-
AC_INIT(BOINC, 8.2.14)
27+
AC_INIT(BOINC, 8.2.15)
2828
AC_CONFIG_MACRO_DIR([m4])
2929
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
3030
AC_SUBST([LIBBOINC_VERSION])

installer/include/Property.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"Property": "ProductVersion",
117-
"Value": "8.2.14"
117+
"Value": "8.2.15"
118118
},
119119
{
120120
"Property": "ProgressType0",

snap/gui/boinc.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Type=Application
3-
Version=8.2.14
3+
Version=8.2.15
44
Exec=boinc.manager
55
Icon=${SNAP}/meta/gui/boinc.png
66
Categories=System;Monitor;GTK;

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
1717

1818
name: boinc
19-
version: "8.2.14"
19+
version: "8.2.15"
2020
base: core24
2121
type: app
2222
title: BOINC Manager

version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define BOINC_MINOR_VERSION 2
1919

2020
// Release part of client version number
21-
#define BOINC_RELEASE 14
21+
#define BOINC_RELEASE 15
2222

2323
// wrapper version number
2424
#define WRAPPER_RELEASE 26019
@@ -36,7 +36,7 @@
3636
#define MULTITHREAD_RELEASE 2
3737

3838
// client version number as string
39-
#define BOINC_VERSION_STRING "8.2.14"
39+
#define BOINC_VERSION_STRING "8.2.15"
4040

4141
// Package is a pre-release (Alpha/Beta) package
4242
//#define BOINC_PRERELEASE 1
@@ -52,13 +52,13 @@
5252
#define PACKAGE_NAME "BOINC"
5353

5454
// full name and version of this package.
55-
#define PACKAGE_STRING "BOINC 8.2.14"
55+
#define PACKAGE_STRING "BOINC 8.2.15"
5656

5757
// short name of this package.
5858
#define PACKAGE_TARNAME "boinc"
5959

6060
// version of this package.
61-
#define PACKAGE_VERSION "8.2.14"
61+
#define PACKAGE_VERSION "8.2.15"
6262

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

0 commit comments

Comments
 (0)