Skip to content

Commit

Permalink
whoops, it was actually v1.0.12; made some minor changes to reflect that
Browse files Browse the repository at this point in the history
git-svn-id: https://www.daphne-emu.com:9443/daphnesvn/branches/v_1_0@3413 c98d566b-fa28-4d4c-8a7b-932307ef5c1a
  • Loading branch information
matt committed Jun 15, 2011
1 parent de9f4ec commit 93b0ec0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions daphne-changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Daphne Changelog
-------------------------

v1.0.12
- Fixed hardware scoreboard so it will work on 64-bit Windows.

v1.0.11
- Added "hints always on" cheat for Dragon's Lair 2 v3.19.

Expand Down
2 changes: 1 addition & 1 deletion src/daphne.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ using namespace std;

const char *get_daphne_version()
{
return "1.0.11";
return "1.0.12";
}

unsigned char get_filename(char *s, unsigned char n)
Expand Down
8 changes: 4 additions & 4 deletions src/daphne.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,11
PRODUCTVERSION 0,1,0,11
FILEVERSION 0,1,0,12
PRODUCTVERSION 0,1,0,12
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x3L
Expand All @@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "DAPHNE, a Laserdisc Arcade Game Emulator"
VALUE "FileVersion", "0, 1, 0, 11"
VALUE "FileVersion", "0, 1, 0, 12"
VALUE "InternalName", "daphne"
VALUE "LegalCopyright", "Copyright (C) 1999-2011 Matt Ownby"
VALUE "OriginalFilename", "daphne.exe"
VALUE "ProductName", " daphne Application"
VALUE "ProductVersion", "0, 1, 0, 11"
VALUE "ProductVersion", "0, 1, 0, 12"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 93b0ec0

Please sign in to comment.