12 lines
286 B
C
12 lines
286 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.
|
|
#define RELEASE_VERSION "2.0.1"
|
|
|
|
extern const char version_string[];
|
|
|