Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit c6670be

Browse files
author
Stuart Mark James
committed
Update version
1 parent 851e9c5 commit c6670be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.11.2] - 2020-01-23
11+
12+
### Fixed
13+
14+
- Incremented version number in CMakeLists.txt
15+
1016
## [0.11.1] - 2020-01-22
1117

1218
### Fixed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(LIBHDBPP_TIMESCALE_NAME "libhdb++timescale")
2020
# Versioning
2121
set(VERSION_MAJOR "0")
2222
set(VERSION_MINOR "11")
23-
set(VERSION_PATCH "0")
23+
set(VERSION_PATCH "2")
2424
set(VERSION_METADATA "")
2525
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
2626

0 commit comments

Comments
 (0)