diff --git a/android/BOINC/AndroidManifest.xml b/android/BOINC/AndroidManifest.xml index 0bb371bc49abd54e0e5fe2f615ddee4eb7d8ac64..13822435fb34beb7f8ca05e1b66bf74a7c043b08 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="120" - android:versionName="7.4.48" > <!-- installation on SD card would break boot receiver --> + android:versionCode="121" + android:versionName="7.4.49" > <!-- 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 cf7ed2ebf9d80d91b9aa9f0288b6f09eaa6e7204..228485c869e860bd8f3fb6e37f0db2ee2ab6cda7 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.4.48) +AC_INIT(BOINC, 7.4.49) 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 6c100725ccbd14a1e1284aa0d7780bbb50170044..f1da97e778b31bb1bc0f496356e51d735dcd994b 100644 --- a/version.h +++ b/version.h @@ -10,7 +10,7 @@ #define BOINC_MINOR_VERSION 4 /* Release part of BOINC version number */ -#define BOINC_RELEASE 48 +#define BOINC_RELEASE 49 /* Release part of wrapper version number */ #define WRAPPER_RELEASE 26010 @@ -19,7 +19,7 @@ #define VBOXWRAPPER_RELEASE 26089 /* String representation of BOINC version number */ -#define BOINC_VERSION_STRING "7.4.48" +#define BOINC_VERSION_STRING "7.4.49" /* 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.4.48" +#define PACKAGE_STRING "BOINC 7.4.49" /* 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.4.48" +#define PACKAGE_VERSION "7.4.49" #endif /* #if (defined(_WIN32) || defined(__APPLE__)) */ diff --git a/version.log b/version.log index b5031f98cc6cfb747a10a9938a0f81e5f58b4914..0aa4f0f3ba0abf1bae7c0f315a701babd4627690 100644 --- a/version.log +++ b/version.log @@ -1 +1 @@ -7.4.48 +7.4.49