Skip to content

Commit

Permalink
update version number to start with the letter v
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Oct 1, 2022
1 parent 4ca9c6a commit f5e1638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
FetchContent_Declare(
parallel-hashmap
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
GIT_TAG 1.3.8 # adjust tag/branch/commit as needed
GIT_TAG v1.3.8 # adjust tag/branch/commit as needed
)
FetchContent_MakeAvailable(parallel-hashmap)
Expand Down
4 changes: 2 additions & 2 deletions doc/new_release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- update version in phmap_config.h
- update version in comment on top of CMakeLists.txt
- create the new release on github (tag `1.3.8` - use semantic versioning)
- download the tar.gz from github, and use `sha256sum parallel-hashmap-1.3.8.tar.gz` on linux to get the sha256
- create the new release on github (tag `v1.3.8` - use semantic versioning)
- download the tar.gz from github, and use `sha256sum parallel-hashmap-v1.3.8.tar.gz` on linux to get the sha256

## conan

Expand Down

0 comments on commit f5e1638

Please sign in to comment.