Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Oct 15, 2021
1 parent ba49138 commit 4c302a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## Version 1.0.0 (2021-10-15)

- First public release
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (dumphfdl C)

set (DUMPHFDL_VERSION_MAJOR 1)
set (DUMPHFDL_VERSION_MINOR 0)
set (DUMPHFDL_VERSION_PATCH 0-pre1)
set (DUMPHFDL_VERSION_PATCH 0)
set (DUMPHFDL_VERSION "${DUMPHFDL_VERSION_MAJOR}.${DUMPHFDL_VERSION_MINOR}.${DUMPHFDL_VERSION_PATCH}")
set (CMAKE_C_STANDARD 11)
set (C_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 4c302a9

Please sign in to comment.