firmware/stm32/mk4-bootloader/version.h
2026-03-05 09:12:25 -05:00

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[];