firmware/stm32/bootloader/version.h
2019-07-11 11:09:15 -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 "2.0.0"
extern const char version_string[];