Skip to content

Commit ae86a3d

Browse files
committed
- Tag for 7.6.22 release
client_release/7.6/7.6.22
1 parent eea2981 commit ae86a3d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

android/BOINC/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
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 -->

configure.ac

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

88
dnl 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)
1010
AC_CONFIG_MACRO_DIR([m4])
1111
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
1212
AC_SUBST([LIBBOINC_VERSION])

version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
@@ -19,7 +19,7 @@
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 */
@@ -35,13 +35,13 @@
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

version.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.21
1+
7.6.22

0 commit comments

Comments
 (0)