Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
22bb10401
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
22bb10401
Commits
fc9e03b7
Commit
fc9e03b7
authored
2 years ago
by
何涛
Browse files
Options
Downloads
Patches
Plain Diff
Bump up vineyard version to v0.5.2.
Signed-off-by:
Tao He
<
linzhu.ht@alibaba-inc.com
>
parent
6eecc3ee
No related branches found
Branches containing commit
Tags
v0.5.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
src/common/util/config.h
+2
-2
2 additions, 2 deletions
src/common/util/config.h
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
fc9e03b7
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)
set
(
VINEYARD_MAJOR_VERSION 0
)
set
(
VINEYARD_MINOR_VERSION 5
)
set
(
VINEYARD_PATCH_VERSION
1
)
set
(
VINEYARD_PATCH_VERSION
2
)
set
(
VINEYARD_VERSION
${
VINEYARD_MAJOR_VERSION
}
.
${
VINEYARD_MINOR_VERSION
}
.
${
VINEYARD_PATCH_VERSION
}
)
message
(
STATUS
"Configuring and building vineyard version '
${
VINEYARD_VERSION
}
'."
)
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
fc9e03b7
[metadata]
version
= 0.5.
1
version
= 0.5.
2
[pycodestyle]
max_line_length
= 88
...
...
This diff is collapsed.
Click to expand it.
src/common/util/config.h
+
2
−
2
View file @
fc9e03b7
...
...
@@ -18,11 +18,11 @@ limitations under the License.
#define VINEYARD_VERSION_MAJOR 0
#define VINEYARD_VERSION_MINOR 5
#define VINEYARD_VERSION_PATCH
1
#define VINEYARD_VERSION_PATCH
2
#define VINEYARD_VERSION \
((VINEYARD_VERSION_MAJOR * 1000) + VINEYARD_VERSION_MINOR) * 1000 + \
VINEYARD_VERSION_PATCH
#define VINEYARD_VERSION_STRING "0.5.
1
"
#define VINEYARD_VERSION_STRING "0.5.
2
"
#endif // SRC_COMMON_UTIL_CONFIG_H_
This diff is collapsed.
Click to expand it.
Preview
0%
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