diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-29 12:38:37 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-29 12:38:37 +0100 |
commit | d209e4f1566f9240f105bb93ed61bda9b4bb272b (patch) | |
tree | 284ba71740365cb5025f01c5ed24e7848bff3b6c /src/clientversion.cpp | |
parent | 5c7d4b9dec7977ee697c64c290c96f69d53d0884 (diff) |
doc: Drop mentions of `share/genbuild.sh`
Diffstat (limited to 'src/clientversion.cpp')
-rw-r--r-- | src/clientversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.cpp b/src/clientversion.cpp index e52703c8bf..017366543d 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -25,7 +25,7 @@ const std::string CLIENT_NAME("Satoshi"); #ifdef HAVE_BUILD_INFO #include <obj/build.h> -// The <obj/build.h>, which is generated by the build environment (share/genbuild.sh), +// The <obj/build.h>, which is generated by the build environment (cmake/script/GenerateBuildInfo.cmake), // could contain only one line of the following: // - "#define BUILD_GIT_TAG ...", if the top commit is tagged // - "#define BUILD_GIT_COMMIT ...", if the top commit is not tagged |