Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boinc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matthieu
boinc
Commits
2b3ac409
Commit
2b3ac409
authored
11 years ago
by
Rom Walton
Browse files
Options
Downloads
Patches
Plain Diff
- Tag for 7.2.41 release
client_release/7.2/7.2.41
parent
66cb6dd0
Branches
Branches containing commit
Tags
client_release/7.2/7.2.41
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
android/BOINC/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
android/BOINC/AndroidManifest.xml
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
version.h
+4
-4
4 additions, 4 deletions
version.h
with
7 additions
and
7 deletions
android/BOINC/AndroidManifest.xml
+
2
−
2
View file @
2b3ac409
...
...
@@ -20,8 +20,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"edu.berkeley.boinc"
android:versionCode=
"5
1
"
android:versionName=
"7.2.4
0
"
android:versionCode=
"5
2
"
android:versionName=
"7.2.4
1
"
android:installLocation=
"internalOnly"
>
<!-- installation on SD card would break boot receiver -->
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
2b3ac409
...
...
@@ -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.4
0
)
AC_INIT(BOINC, 7.2.4
1
)
AC_CONFIG_MACRO_DIR([m4])
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
AC_SUBST([LIBBOINC_VERSION])
...
...
This diff is collapsed.
Click to expand it.
version.h
+
4
−
4
View file @
2b3ac409
...
...
@@ -10,10 +10,10 @@
#define BOINC_MINOR_VERSION 2
/* Release part of BOINC version number */
#define BOINC_RELEASE 4
0
#define BOINC_RELEASE 4
1
/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.2.4
0
"
#define BOINC_VERSION_STRING "7.2.4
1
"
/* 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.4
0
"
#define PACKAGE_STRING "BOINC 7.2.4
1
"
/* 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.4
0
"
#define PACKAGE_VERSION "7.2.4
1
"
#endif
/* #if (defined(_WIN32) || defined(__APPLE__)) */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment