Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
boinc
Commits
c69057b9
Commit
c69057b9
authored
4 years ago
by
Charlie Fenton
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 7.16.12
parent
174c9d1b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
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
6 additions
and
6 deletions
configure.ac
+
1
−
1
View file @
c69057b9
...
@@ -6,7 +6,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work)
...
@@ -6,7 +6,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work)
AC_PREREQ(2.58)
AC_PREREQ(2.58)
dnl Set the BOINC version here. You can also use the set-version script.
dnl Set the BOINC version here. You can also use the set-version script.
AC_INIT(BOINC, 7.16.1
1
)
AC_INIT(BOINC, 7.16.1
2
)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
AC_SUBST([LIBBOINC_VERSION])
AC_SUBST([LIBBOINC_VERSION])
...
...
This diff is collapsed.
Click to expand it.
version.h
+
4
−
4
View file @
c69057b9
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#define BOINC_MINOR_VERSION 16
#define BOINC_MINOR_VERSION 16
/* Release part of BOINC version number */
/* Release part of BOINC version number */
#define BOINC_RELEASE 1
1
#define BOINC_RELEASE 1
2
/* Release part of wrapper version number */
/* Release part of wrapper version number */
#define WRAPPER_RELEASE 26016
#define WRAPPER_RELEASE 26016
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#define VBOXWRAPPER_RELEASE 26202
#define VBOXWRAPPER_RELEASE 26202
/* String representation of BOINC version number */
/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.16.1
1
"
#define BOINC_VERSION_STRING "7.16.1
2
"
/* Package is a pre-release (Alpha/Beta) package */
/* Package is a pre-release (Alpha/Beta) package */
//#define BOINC_PRERELEASE 1
//#define BOINC_PRERELEASE 1
...
@@ -35,13 +35,13 @@
...
@@ -35,13 +35,13 @@
#define PACKAGE_NAME "BOINC"
#define PACKAGE_NAME "BOINC"
/* Define to the full name and version of this package. */
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "BOINC 7.16.1
1
"
#define PACKAGE_STRING "BOINC 7.16.1
2
"
/* Define to the one symbol short name of this package. */
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "boinc"
#define PACKAGE_TARNAME "boinc"
/* Define to the version of this package. */
/* Define to the version of this package. */
#define PACKAGE_VERSION "7.16.1
1
"
#define PACKAGE_VERSION "7.16.1
2
"
#endif
/* #if (defined(_WIN32) || defined(__APPLE__)) */
#endif
/* #if (defined(_WIN32) || defined(__APPLE__)) */
...
...
This diff is collapsed.
Click to expand it.
version.log
+
1
−
1
View file @
c69057b9
7.16.1
1
7.16.1
2
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