File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def buildVersionCode() {
3838// Derive version name from release tag and add commit SHA1
3939def buildVersionName () {
4040 def pattern = / (?<tag>.+)-(?<offset>\d +)-g(?<hash>[0-9a-f]+)/
41- def version = ' 8.2.8 '
41+ def version = ' 8.2.9 '
4242 def isDev = true
4343 def offset = -1
4444 def tag = " "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work)
2424AC_PREREQ ( 2.58 )
2525
2626dnl Set the BOINC version here. You can also use the set-version script.
27- AC_INIT ( BOINC , 8.2.8 )
27+ AC_INIT ( BOINC , 8.2.9 )
2828AC_CONFIG_MACRO_DIR ( [ m4] )
2929LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
3030AC_SUBST ( [ LIBBOINC_VERSION] )
Original file line number Diff line number Diff line change 106106 },
107107 {
108108 "Property" : " ProductVersion" ,
109- "Value" : " 8.2.8 "
109+ "Value" : " 8.2.9 "
110110 },
111111 {
112112 "Property" : " ProgressType0" ,
169169 "Value" : " Reinstall"
170170 }
171171 ]
172- }
172+ }
Original file line number Diff line number Diff line change 11[Desktop Entry]
22Type =Application
3- Version =8.2.8
3+ Version =8.2.9
44Exec =boinc.manager
55Icon =${SNAP}/meta/gui/boinc.png
66Categories =System;Monitor;GTK;
Original file line number Diff line number Diff line change 1717
1818name : boinc
1919base : core22
20- version : " 8.2.8 "
20+ version : " 8.2.9 "
2121type : app
2222title : BOINC Manager
2323summary : BOINC lets you help cutting-edge science research using your computer.
Original file line number Diff line number Diff line change 1818#define BOINC_MINOR_VERSION 2
1919
2020// Release part of client version number
21- #define BOINC_RELEASE 8
21+ #define BOINC_RELEASE 9
2222
2323// wrapper version number
2424#define WRAPPER_RELEASE 26019
3636#define MULTITHREAD_RELEASE 2
3737
3838// client version number as string
39- #define BOINC_VERSION_STRING "8.2.8 "
39+ #define BOINC_VERSION_STRING "8.2.9 "
4040
4141// Package is a pre-release (Alpha/Beta) package
4242//#define BOINC_PRERELEASE 1
5252#define PACKAGE_NAME "BOINC"
5353
5454// full name and version of this package.
55- #define PACKAGE_STRING "BOINC 8.2.8 "
55+ #define PACKAGE_STRING "BOINC 8.2.9 "
5656
5757// short name of this package.
5858#define PACKAGE_TARNAME "boinc"
5959
6060// version of this package.
61- #define PACKAGE_VERSION "8.2.8 "
61+ #define PACKAGE_VERSION "8.2.9 "
6262
6363#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
6464
You can’t perform that action at this time.
0 commit comments