diff --git a/android/BOINC/AndroidManifest.xml b/android/BOINC/AndroidManifest.xml index 654deb0e675322d687d8b0e828c4534b7fb85bc6..d9613887b355369774759071b34fecac500583b2 100644 --- a/android/BOINC/AndroidManifest.xml +++ b/android/BOINC/AndroidManifest.xml @@ -20,8 +20,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="edu.berkeley.boinc" android:installLocation="internalOnly" - android:versionCode="137" - android:versionName="7.6.24" > <!-- installation on SD card would break boot receiver --> + android:versionCode="138" + android:versionName="7.6.25" > <!-- installation on SD card would break boot receiver --> <!-- Add Google Play store metadata informing the store we can run on tablets and other large screen devices --> diff --git a/configure.ac b/configure.ac index d650fbdbf7e6c38ebe5af9a33c32fe720e8ece0a..4aa1b982f1d6bdd589ab13d0bb42d72eccc24e62 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work) AC_PREREQ(2.58) dnl Set the BOINC version here. You can also use the set-version script. -AC_INIT(BOINC, 7.6.24) +AC_INIT(BOINC, 7.6.25) AC_CONFIG_MACRO_DIR([m4]) LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'` AC_SUBST([LIBBOINC_VERSION]) diff --git a/version.h b/version.h index 38e716c2b16364af01e52ac8467e8876a2e43fed..4993d2d36667d7cd711486c4b246414f729bcbd9 100644 --- a/version.h +++ b/version.h @@ -10,7 +10,7 @@ #define BOINC_MINOR_VERSION 6 /* Release part of BOINC version number */ -#define BOINC_RELEASE 24 +#define BOINC_RELEASE 25 /* Release part of wrapper version number */ #define WRAPPER_RELEASE 26014 @@ -19,7 +19,7 @@ #define VBOXWRAPPER_RELEASE 26169 /* String representation of BOINC version number */ -#define BOINC_VERSION_STRING "7.6.24" +#define BOINC_VERSION_STRING "7.6.25" /* Package is a pre-release (Alpha/Beta) package */ /* #define BOINC_PRERELEASE 1 */ @@ -35,13 +35,13 @@ #define PACKAGE_NAME "BOINC" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "BOINC 7.6.24" +#define PACKAGE_STRING "BOINC 7.6.25" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "boinc" /* Define to the version of this package. */ -#define PACKAGE_VERSION "7.6.24" +#define PACKAGE_VERSION "7.6.25" #endif /* #if (defined(_WIN32) || defined(__APPLE__)) */