Changed version string.

This commit is contained in:
Deathsbreed 2014-11-04 11:42:51 -06:00
parent 072029db8a
commit fd31a58e26

View File

@ -22,7 +22,7 @@
#include <time.h>
// Global version string
char version[7] = "v0.1";
char version[7] = "v0.2";
/* Function prototypes start */
void printCopyright();