/* * (c) Copyright 2023 by Coinkite Inc. This file is covered by license found in COPYING-CC. */ #pragma once #include // Public version number for humans. Lots more version data added by Makefile. #define RELEASE_VERSION "1.3.3" extern const char version_string[];