Skip to content
Snippets Groups Projects
Commit 2b3ac409 authored by Rom Walton's avatar Rom Walton
Browse files

- Tag for 7.2.41 release

  client_release/7.2/7.2.41
parent 66cb6dd0
Branches
Tags client_release/7.2/7.2.41
No related merge requests found
......@@ -20,8 +20,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.berkeley.boinc"
android:versionCode="51"
android:versionName="7.2.40"
android:versionCode="52"
android:versionName="7.2.41"
android:installLocation="internalOnly" > <!-- installation on SD card would break boot receiver -->
......
......@@ -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.2.40)
AC_INIT(BOINC, 7.2.41)
AC_CONFIG_MACRO_DIR([m4])
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
AC_SUBST([LIBBOINC_VERSION])
......
......@@ -10,10 +10,10 @@
#define BOINC_MINOR_VERSION 2
/* Release part of BOINC version number */
#define BOINC_RELEASE 40
#define BOINC_RELEASE 41
/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.2.40"
#define BOINC_VERSION_STRING "7.2.41"
/* Package is a pre-release (Alpha/Beta) package */
/* #define BOINC_PRERELEASE 1 */
......@@ -29,13 +29,13 @@
#define PACKAGE_NAME "BOINC"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "BOINC 7.2.40"
#define PACKAGE_STRING "BOINC 7.2.41"
/* 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.2.40"
#define PACKAGE_VERSION "7.2.41"
#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment