/* * version.c: * * Copyright (c) 2017 James McKenzie , * All rights reserved. * */ #include "version.h" static char * GetVersion (void) { return VERSION; }