update version number to start with the letter v

This commit is contained in:
greg7mdp
2022-10-01 16:04:30 -04:00
parent 4ca9c6a119
commit f5e1638a91
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -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