diff --git a/Source/Glide64/Version.h b/Source/Glide64/Version.h index 10280e683..cfaff7683 100644 --- a/Source/Glide64/Version.h +++ b/Source/Glide64/Version.h @@ -21,7 +21,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define VERSION_MAJOR 2 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 #define VERSION_REVISION 0 #define VERSION_BUILD 9999 diff --git a/Source/Installer/Installer.iss b/Source/Installer/Installer.iss index 2c1c2fe22..0d63c916c 100644 --- a/Source/Installer/Installer.iss +++ b/Source/Installer/Installer.iss @@ -5,11 +5,11 @@ AppId={{BEB5FB69-4080-466F-96C4-F15DF271718B} AppName=Project64 AppVersion={#AppVersion} -DefaultDirName={pf}\Project64 2.2 +DefaultDirName={pf}\Project64 2.3 VersionInfoVersion={#AppVersion} OutputDir={#BaseDir}\Bin\{#Configuration} -OutputBaseFilename=Setup Project64 2.2 -VersionInfoDescription=Installation Setup of Project64 2.2 +OutputBaseFilename=Setup Project64 2.3 +VersionInfoDescription=Installation Setup of Project64 2.3 Compression=lzma2/ultra64 WizardImageFile=Installer-Sidebar.bmp WizardSmallImageFile=Pj64LogoSmallImage.bmp @@ -42,7 +42,7 @@ Name: "{app}\Screenshots"; Permissions: users-modify Name: "{app}\Textures"; Permissions: users-modify [Icons] -Name: "{commonprograms}\Project64 2.2\Project64"; Filename: "{app}\Project64.exe" -Name: "{commonprograms}\Project64 2.2\Uninstall Project64 2.2"; Filename: "{uninstallexe}"; Parameters: "/LOG" -Name: "{commonprograms}\Project64 2.2\Support"; Filename: "http://forum.pj64-emu.com" +Name: "{commonprograms}\Project64 2.3\Project64"; Filename: "{app}\Project64.exe" +Name: "{commonprograms}\Project64 2.3\Uninstall Project64 2.3"; Filename: "{uninstallexe}"; Parameters: "/LOG" +Name: "{commonprograms}\Project64 2.3\Support"; Filename: "http://forum.pj64-emu.com" diff --git a/Source/Project64-core/Version.h b/Source/Project64-core/Version.h index 12b051a77..523631b61 100644 --- a/Source/Project64-core/Version.h +++ b/Source/Project64-core/Version.h @@ -12,7 +12,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define VERSION_MAJOR 2 -#define VERSION_MINOR 2 +#define VERSION_MINOR 3 #define VERSION_REVISION 0 #define VERSION_BUILD 9999 diff --git a/Source/RSP/Version.h b/Source/RSP/Version.h index b4a4e8f6f..b6565b89e 100644 --- a/Source/RSP/Version.h +++ b/Source/RSP/Version.h @@ -29,7 +29,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 7 -#define VERSION_REVISION 0 +#define VERSION_REVISION 1 #define VERSION_BUILD 9999 #define VER_FILE_DESCRIPTION_STR "RSP emulation Plugin" diff --git a/Source/nragev20/Version.h b/Source/nragev20/Version.h index 17e3a9216..547d1866f 100644 --- a/Source/nragev20/Version.h +++ b/Source/nragev20/Version.h @@ -25,7 +25,7 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 4 -#define VERSION_REVISION 0 +#define VERSION_REVISION 1 #define VERSION_BUILD 9999 #define VER_FILE_DESCRIPTION_STR "N-Rage for Project64"