version number updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3608
This commit is contained in:
parent
62be0b6ac1
commit
3fe6afda3d
4 changed files with 9 additions and 9 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.73
|
||||
0.74
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
dnl Init.
|
||||
AC_INIT(dosbox,0.73)
|
||||
AC_INIT(dosbox,0.74)
|
||||
AC_PREREQ(2.50)
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define VERSION "0.73"
|
||||
#define VERSION "0.74"
|
||||
|
||||
/* Define to 1 to enable internal debugger, requires libcurses */
|
||||
#define C_DEBUG 0
|
||||
|
|
|
@ -7,8 +7,8 @@ dosbox_ico ICON "dosbox.ico"
|
|||
|
||||
// version resource
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,73,0,0
|
||||
PRODUCTVERSION 0,73,0,0
|
||||
FILEVERSION 0,74,0,0
|
||||
PRODUCTVERSION 0,74,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEFLAGS 0x0L
|
||||
FILEOS 0x40004L
|
||||
|
@ -19,15 +19,15 @@ BEGIN
|
|||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "Comments", "© 2002-2009 DOSBox Team, published under GNU GPL"
|
||||
VALUE "Comments", "© 2002-2010 DOSBox Team, published under GNU GPL"
|
||||
VALUE "CompanyName", "DOSBox Team"
|
||||
VALUE "FileDescription", "DOSBox DOS Emulator"
|
||||
VALUE "FileVersion", "0, 73, 0, 0"
|
||||
VALUE "FileVersion", "0, 74, 0, 0"
|
||||
VALUE "InternalName", "DOSBox"
|
||||
VALUE "LegalCopyright", "Copyright © 2002-2009 DOSBox Team"
|
||||
VALUE "LegalCopyright", "Copyright © 2002-2010 DOSBox Team"
|
||||
VALUE "OriginalFilename", "dosbox.exe"
|
||||
VALUE "ProductName", "DOSBox DOS Emulator"
|
||||
VALUE "ProductVersion", "0, 73, 0, 0"
|
||||
VALUE "ProductVersion", "0, 74, 0, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue