1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-11-14 13:15:17 -05:00
gc_n64_usb-v3/version.c
2015-10-17 23:19:50 -04:00

6 lines
174 B
C

#include <avr/pgmspace.h>
#include "version.h"
const char *g_version = VERSIONSTR; // From Makefile
const char signature[] PROGMEM = "9c3ea8b8-753f-11e5-a0dc-001bfca3c593";