File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2121 package =" edu.berkeley.boinc"
2222 android : installLocation =" internalOnly"
23- android : versionCode =" 134 "
24- android : versionName =" 7.6.21 " > <!-- installation on SD card would break boot receiver -->
23+ android : versionCode =" 135 "
24+ android : versionName =" 7.6.22 " > <!-- installation on SD card would break boot receiver -->
2525
2626
2727 <!-- Add Google Play store metadata informing the store we can run on tablets and other large screen devices -->
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)
66AC_PREREQ ( 2.58 )
77
88dnl Set the BOINC version here. You can also use the set-version script.
9- AC_INIT ( BOINC , 7.6.21 )
9+ AC_INIT ( BOINC , 7.6.22 )
1010AC_CONFIG_MACRO_DIR ( [ m4] )
1111LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
1212AC_SUBST ( [ LIBBOINC_VERSION] )
Original file line number Diff line number Diff line change 1010#define BOINC_MINOR_VERSION 6
1111
1212/* Release part of BOINC version number */
13- #define BOINC_RELEASE 21
13+ #define BOINC_RELEASE 22
1414
1515/* Release part of wrapper version number */
1616#define WRAPPER_RELEASE 26014
1919#define VBOXWRAPPER_RELEASE 26169
2020
2121/* String representation of BOINC version number */
22- #define BOINC_VERSION_STRING "7.6.21 "
22+ #define BOINC_VERSION_STRING "7.6.22 "
2323
2424/* Package is a pre-release (Alpha/Beta) package */
2525/* #define BOINC_PRERELEASE 1 */
3535#define PACKAGE_NAME "BOINC"
3636
3737/* Define to the full name and version of this package. */
38- #define PACKAGE_STRING "BOINC 7.6.21 "
38+ #define PACKAGE_STRING "BOINC 7.6.22 "
3939
4040/* Define to the one symbol short name of this package. */
4141#define PACKAGE_TARNAME "boinc"
4242
4343/* Define to the version of this package. */
44- #define PACKAGE_VERSION "7.6.21 "
44+ #define PACKAGE_VERSION "7.6.22 "
4545
4646#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
4747
Original file line number Diff line number Diff line change 1- 7.6.21
1+ 7.6.22
You can’t perform that action at this time.
0 commit comments