Merge pull request #5093 from JoeBroesele/master

Corrected the version info for the DOSBox-X installers.
This commit is contained in:
Jonathan Campbell
2024-07-03 15:53:00 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#define MyAppName "DOSBox-X"
#define MyAppVersion "2024.03.01"
#define MyAppVersion "2024.07.01"
#define MyAppBit "(32/64bit for Windows)"
#define MyAppPublisher "joncampbell123 [DOSBox-X Team]"
#define MyAppURL "https://dosbox-x.com/"

View File

@@ -1,5 +1,5 @@
#define MyAppName "DOSBox-X"
#define MyAppVersion "2024.03.01"
#define MyAppVersion "2024.07.01"
#define MyAppBit "(32/64bit for XP)"
#define MyAppPublisher "joncampbell123 [DOSBox-X Team]"
#define MyAppURL "https://dosbox-x.com/"