firmware/misc/gpu/version.h
2024-01-26 10:45:03 -05: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.3.3"
extern const char version_string[];