Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Libhdbpp Timescale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
Libhdbpp Timescale
Commits
c6670be1
Commit
c6670be1
authored
5 years ago
by
Stuart Mark James
Browse files
Options
Downloads
Patches
Plain Diff
Update version
parent
851e9c5d
Branches
Branches containing commit
Tags
v0.11.2
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
7 additions
and
1 deletion
CHANGELOG.md
+
6
−
0
View file @
c6670be1
...
...
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [0.11.2] - 2020-01-23
### Fixed
-
Incremented version number in CMakeLists.txt
## [0.11.1] - 2020-01-22
### Fixed
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
c6670be1
...
...
@@ -20,7 +20,7 @@ set(LIBHDBPP_TIMESCALE_NAME "libhdb++timescale")
# Versioning
set
(
VERSION_MAJOR
"0"
)
set
(
VERSION_MINOR
"11"
)
set
(
VERSION_PATCH
"
0
"
)
set
(
VERSION_PATCH
"
2
"
)
set
(
VERSION_METADATA
""
)
set
(
VERSION_STRING
${
VERSION_MAJOR
}
.
${
VERSION_MINOR
}
.
${
VERSION_PATCH
}
)
...
...
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