diff --git a/build-windows-visual-studio/sm64ex.vcxproj b/build-windows-visual-studio/sm64ex.vcxproj
index edb9beb0..e78458a3 100644
--- a/build-windows-visual-studio/sm64ex.vcxproj
+++ b/build-windows-visual-studio/sm64ex.vcxproj
@@ -89,7 +89,7 @@
Level3
true
- _DEBUG;_CONSOLE;WINSOCK;DEBUG;CAPI_SDL2;WAPI_SDL2;RAPI_GL;F3DEX_GBI_2;_LANGUAGE_C;BETTERCAMERA;VERSION_US;EXT_OPTIONS_MENU;HAVE_SDL2;%(PreprocessorDefinitions)
+ _DEBUG;_CONSOLE;WINSOCK;DEBUG;CAPI_SDL2;WAPI_SDL2;RAPI_GL;F3DEX_GBI_2;_LANGUAGE_C;BETTERCAMERA;VERSION_US;EXT_OPTIONS_MENU;HAVE_SDL2;IS_64_BIT;%(PreprocessorDefinitions)
true
diff --git a/src/pc/network/version.h b/src/pc/network/version.h
index b07f578f..23de83a0 100644
--- a/src/pc/network/version.h
+++ b/src/pc/network/version.h
@@ -2,7 +2,7 @@
#define VERSION_H
#define UNSTABLE_BRANCH
-#define VERSION_NUMBER 13
+#define VERSION_NUMBER 14
#define MAX_VERSION_LENGTH 10
char* get_version(void);