firmware/stm32/q1-bootloader/version.h
2025-03-10 09:26:40 -04: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 ../Q1-Makefile BOOTLOADER_VERSION once this is qualified version
#define RELEASE_VERSION "1.1.0"
extern const char version_string[];