Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
version.cpp
Go to the documentation of this file.
1#include "version.hpp"
2
3namespace bb {
4// This is updated in-place by bootstrap.sh during the release process. This prevents
5// the version string from needing to be present at build-time, simplifying e.g. caching.
6const char* const BB_VERSION_PLACEHOLDER = "00000000.00000000.00000000";
7} // namespace bb
Entry point for Barretenberg command-line interface.
const char *const BB_VERSION_PLACEHOLDER
Definition version.cpp:6