firmware/stm32/bootloader/version.h
2020-11-18 14:19:14 -05:00

12 lines
286 B
C

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