bump version

This commit is contained in:
dborth 2009-06-04 04:19:20 +00:00
parent b568b9835a
commit 5a5a73d009
2 changed files with 5 additions and 5 deletions

View File

@ -584,7 +584,7 @@ public:
Section_prop *section = static_cast<Section_prop *>(sec);
new SectionEditor(getScreen(), 50, 30, section);
} else if (arg == "About") {
new GUI::MessageBox(getScreen(), 200, 150, 280, "About DOSBox", "\nDOSBox 0.72\nAn emulator for old DOS Games\n\nCopyright 2002-2009\nThe DOSBox Team");
new GUI::MessageBox(getScreen(), 200, 150, 280, "About DOSBox", "\nDOSBox 0.73\nAn emulator for old DOS Games\n\nCopyright 2002-2009\nThe DOSBox Team");
} else if (arg == "Introduction") {
new GUI::MessageBox(getScreen(), 20, 50, 600, "Introduction", MSG_Get("PROGRAM_INTRO"));
} else if (arg == "Getting Started") {

View File

@ -1,4 +1,4 @@
#define VERSION "0.72.01"
#define VERSION "0.73.01"
/* Define to 1 to enable internal debugger, requires libcurses */
#define C_DEBUG 0