13 lines
363 B
C
13 lines
363 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.
|
|
// - update ../MK-Makefile BOOTLOADER_VERSION once this is qualified version
|
|
#define RELEASE_VERSION "3.3.0"
|
|
|
|
extern const char version_string[];
|
|
|