File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def buildVersionCode() {
38
38
// Derive version name from release tag and add commit SHA1
39
39
def buildVersionName () {
40
40
def pattern = / (?<tag>.+)-(?<offset>\d +)-g(?<hash>[0-9a-f]+)/
41
- def version = ' 8.1.0 : DEVELOPMENT '
41
+ def version = ' 8.2.1 '
42
42
def isDev = true
43
43
def offset = -1
44
44
def tag = " "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work)
6
6
AC_PREREQ ( 2.58 )
7
7
8
8
dnl Set the BOINC version here. You can also use the set-version script.
9
- AC_INIT ( BOINC , 8.2.0 )
9
+ AC_INIT ( BOINC , 8.2.1 )
10
10
AC_CONFIG_MACRO_DIR ( [ m4] )
11
11
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
12
12
AC_SUBST ( [ LIBBOINC_VERSION] )
Original file line number Diff line number Diff line change 9855
9855
},
9856
9856
{
9857
9857
"Property" : " ProductVersion" ,
9858
- "Value" : " 8.2.0 "
9858
+ "Value" : " 8.2.1 "
9859
9859
},
9860
9860
{
9861
9861
"Property" : " ProgressType0" ,
Original file line number Diff line number Diff line change 1
1
[Desktop Entry]
2
2
Type =Application
3
- Version =8.2.0
3
+ Version =8.2.1
4
4
Exec =boinc.manager
5
5
Icon =${SNAP}/meta/gui/boinc.png
6
6
Categories =System;Monitor;GTK;
Original file line number Diff line number Diff line change 1
1
name : boinc
2
2
base : core22
3
- version : " 8.2.0 "
3
+ version : " 8.2.1 "
4
4
type : app
5
5
title : BOINC Manager
6
6
summary : BOINC lets you help cutting-edge science research using your computer.
Original file line number Diff line number Diff line change 18
18
#define BOINC_MINOR_VERSION 2
19
19
20
20
// Release part of client version number
21
- #define BOINC_RELEASE 0
21
+ #define BOINC_RELEASE 1
22
22
23
23
// wrapper version number
24
24
#define WRAPPER_RELEASE 26018
33
33
#define DOCKERWRAPPER_RELEASE 1
34
34
35
35
// client version number as string
36
- #define BOINC_VERSION_STRING "8.2.0 "
36
+ #define BOINC_VERSION_STRING "8.2.1 "
37
37
38
38
// Package is a pre-release (Alpha/Beta) package
39
39
//#define BOINC_PRERELEASE 1
49
49
#define PACKAGE_NAME "BOINC"
50
50
51
51
// full name and version of this package.
52
- #define PACKAGE_STRING "BOINC 8.2.0 "
52
+ #define PACKAGE_STRING "BOINC 8.2.1 "
53
53
54
54
// short name of this package.
55
55
#define PACKAGE_TARNAME "boinc"
56
56
57
57
// version of this package.
58
- #define PACKAGE_VERSION "8.2.0 "
58
+ #define PACKAGE_VERSION "8.2.1 "
59
59
60
60
#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
61
61
You can’t perform that action at this time.
0 commit comments