firmware/misc/gpu/version.h
2023-12-05 12:42:26 +01:00

12 lines
286 B
C

/*
* (c) Copyright 2023 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 "1.0.0"
extern const char version_string[];