Skip to content

Commit

Permalink
Update to Tacent v0.8.16. Increase version number to 0.9.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescan committed Jul 10, 2023
1 parent c71befb commit c0f2b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ include(FetchContent)
FetchContent_Declare(
tacent
GIT_REPOSITORY https://github.com/bluescan/tacent.git
GIT_TAG v0.8.16
# GIT_TAG v0.8.12
# GIT_TAG F9B2E08A6391290BC42D77C604CC4D47EBC79EB
# GIT_TAG 03D73FA70E9D15A8B92CF19717A9B6352227D2A7
# GIT_TAG 216e227f4a8472470bc579d26620842ae2a30aba
# GIT_TAG ce021c39c53e1a407688046d9505b468ad5b4cc2
# GIT_TAG d8b2720f9bcad656d7e88f6b135a8a9700af4250
GIT_TAG 8bcf2f024688935122ab4d1f255bd26100025bfb
# GIT_TAG 8bcf2f024688935122ab4d1f255bd26100025bfb
)
FetchContent_MakeAvailable(tacent)

Expand Down
2 changes: 1 addition & 1 deletion Src/Version.cmake.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#define set(verStr) namespace Version { extern int Major, Minor, Revision; struct Parser { Parser(const char*); }; static Parser parser(#verStr); }

set("BIP39TOOLS_VERSION" "0.9.14")
set("BIP39TOOLS_VERSION" "0.9.15")

#undef set

0 comments on commit c0f2b5c

Please sign in to comment.