Skip to content

Commit

Permalink
Fix the version number in the CMakeLists.txt file.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed May 8, 2021
1 parent d0d406c commit 8356e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.0.2]

It is unc
It is unclear what is exactly in 1.0.0 through 1.0.2.

### Added
- Valgrind checking and fixes.
- Algorithms that are unsupported now are not mapped to alg=none to prevent untrusted
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)

set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")

project(cjwt VERSION "1.0.3")
project(cjwt VERSION 1.0.3)

include(BitwiseVersion)
include(CTest)
Expand Down

0 comments on commit 8356e73

Please sign in to comment.