/* * (c) Copyright 2018 by Coinkite Inc. This file is part of Coldcard * and is covered by GPLv3 license found in COPYING. */ #pragma once #include // Public version number for humans. Lots more version data added by Makefile. #define RELEASE_VERSION "1.2.1" extern const char version_string[];