gc_n64_usb-v3/version.c

6 lines
174 B
C
Raw Normal View History

2015-10-17 23:19:50 -04:00
#include <avr/pgmspace.h>
#include "version.h"
const char *g_version = VERSIONSTR; // From Makefile
const char signature[] PROGMEM = "9c3ea8b8-753f-11e5-a0dc-001bfca3c593";