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
c937fb56
Commit
c937fb56
authored
10 years ago
by
Rom Walton
Browse files
Options
Downloads
Patches
Plain Diff
- Tag for 7.4.39 release
client_release/7.4/7.4.39
parent
d9fd0449
Branches
Branches containing commit
Tags
client_release/7.4/7.4.39
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
android/BOINC/AndroidManifest.xml
+7
-5
7 additions, 5 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
version.log
+1
-1
1 addition, 1 deletion
version.log
with
13 additions
and
11 deletions
android/BOINC/AndroidManifest.xml
+
7
−
5
View file @
c937fb56
...
...
@@ -20,8 +20,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"edu.berkeley.boinc"
android:installLocation=
"internalOnly"
android:versionCode=
"11
0
"
android:versionName=
"7.4.3
7
"
>
<!-- installation on SD card would break boot receiver -->
android:versionCode=
"11
1
"
android:versionName=
"7.4.3
9
"
>
<!-- 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 -->
...
...
@@ -34,8 +34,9 @@
<!-- CAUTION: increasing targetSDK to >9 removes menu button on new devices -->
<uses-sdk
android:minSdkVersion=
"9"
android:targetSdkVersion=
"19"
/>
android:minSdkVersion=
"16"
android:targetSdkVersion=
"19"
android:maxSdkVersion=
"19"
/>
<!-- Required Permissions -->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
@@ -47,9 +48,10 @@
<application
android:allowBackup=
"true"
android:largeHeap=
"true"
android:icon=
"@drawable/boinc"
android:label=
"@string/app_name"
android:theme=
"@style/Theme.Styled"
>
<!-- android:largeHeap="true" , possible api level > 10. grants application larger dalvik vm heap. better performance when showing many slideshow pictures. -->
android:theme=
"@style/Theme.Styled"
>
<activity
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
c937fb56
...
...
@@ -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.3
7
)
AC_INIT(BOINC, 7.4.3
9
)
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 @
c937fb56
...
...
@@ -10,7 +10,7 @@
#define BOINC_MINOR_VERSION 4
/* Release part of BOINC version number */
#define BOINC_RELEASE 3
7
#define BOINC_RELEASE 3
9
/* 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.3
7
"
#define BOINC_VERSION_STRING "7.4.3
9
"
/* 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.3
7
"
#define PACKAGE_STRING "BOINC 7.4.3
9
"
/* 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.3
7
"
#define PACKAGE_VERSION "7.4.3
9
"
#endif
/* #if (defined(_WIN32) || defined(__APPLE__)) */
...
...
This diff is collapsed.
Click to expand it.
version.log
+
1
−
1
View file @
c937fb56
7.4.3
7
7.4.3
9
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