From f40cf39e21f339b9957e979885fb999d90b70980 Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 2 Sep 2008 05:44:17 +0000 Subject: [PATCH] change ver num --- source/ngc/fceuconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ngc/fceuconfig.h b/source/ngc/fceuconfig.h index 95ed430..0c656c4 100644 --- a/source/ngc/fceuconfig.h +++ b/source/ngc/fceuconfig.h @@ -15,8 +15,8 @@ void DefaultSettings (); -#define VERSIONNUM "001" -#define VERSIONSTR "FCEUGX 001" +#define VERSIONNUM "2.0.0" +#define VERSIONSTR "FCEUGX 2.0.0" #define NOTSILENT 0 #define SILENT 1