Skip to content

Commit f5e1638

Browse files
committed
update version number to start with the letter v
1 parent 4ca9c6a commit f5e1638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FetchContent_Declare(
99
parallel-hashmap
1010
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
11-
GIT_TAG 1.3.8 # adjust tag/branch/commit as needed
11+
GIT_TAG v1.3.8 # adjust tag/branch/commit as needed
1212
)
1313
FetchContent_MakeAvailable(parallel-hashmap)
1414

doc/new_release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- update version in phmap_config.h
22
- update version in comment on top of CMakeLists.txt
3-
- create the new release on github (tag `1.3.8` - use semantic versioning)
4-
- download the tar.gz from github, and use `sha256sum parallel-hashmap-1.3.8.tar.gz` on linux to get the sha256
3+
- create the new release on github (tag `v1.3.8` - use semantic versioning)
4+
- download the tar.gz from github, and use `sha256sum parallel-hashmap-v1.3.8.tar.gz` on linux to get the sha256
55

66
## conan
77

0 commit comments

Comments
 (0)