Skip to content
Snippets Groups Projects
Commit c6670be1 authored by Stuart Mark James's avatar Stuart Mark James
Browse files

Update version

parent 851e9c5d
Branches
Tags v0.11.2
No related merge requests found
......@@ -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
......
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment