firmware/stm32/bootloader/version.h
2019-03-29 10:31:14 -04:00

13 lines
337 B
C

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