Update version numbers
This commit is contained in:
parent
b8507e6b4b
commit
ac40f39269
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue