From f7315801cb25bde2239f7d05ce840e99f0e69d91 Mon Sep 17 00:00:00 2001 From: zilmar Date: Wed, 15 Jul 2020 21:09:32 +0930 Subject: [PATCH] Project64-input: Set the version as 1.0 --- Source/Project64-input/Version.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Project64-input/Version.h.in b/Source/Project64-input/Version.h.in index 14087d707..e26272109 100644 --- a/Source/Project64-input/Version.h.in +++ b/Source/Project64-input/Version.h.in @@ -11,8 +11,8 @@ #define STRINGIZE2(s) #s #define STRINGIZE(s) STRINGIZE2(s) -#define VERSION_MAJOR 0 -#define VERSION_MINOR 1 +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 #define VERSION_REVISION 0 #define VERSION_BUILD 9999 #define GIT_VERSION ""