Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
common: 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lplewa committed Aug 29, 2022
1 parent b98675a commit 61989f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out CACHE STRING "")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out CACHE STRING "")

set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

set(MINIASYNC_SOURCE_DIR ${MINIASYNC_ROOT_DIR}/src)
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Mon Aug 29 2022 Łukasz Plewa <lukasz.plewa@intel.com>

* Version 0.2.1

This release bumps the library version to the correct value.

Thu Aug 25 2022 Łukasz Plewa <lukasz.plewa@intel.com>

* Version 0.2.0
Expand Down

0 comments on commit 61989f2

Please sign in to comment.