Skip to content

Commit

Permalink
2.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-v committed Nov 13, 2016
1 parent b8fd777 commit 73a9d44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ep128emu 2.0.10 beta
====================
ep128emu 2.0.10
===============

ep128emu is an open source, portable emulator of the Enterprise 128,
ZX Spectrum 48/128, and Amstrad CPC 464/664/6128 computers, written in
Expand Down
2 changes: 1 addition & 1 deletion gui/about.fl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Ep128EmuGUI_AboutWindow {open
}
}
code {{
buf->append(" ep128emu version 2.0.10 beta\\n");
buf->append(" ep128emu version 2.0.10\\n");
buf->append("\\n");
buf->append("Portable Enterprise 128 emulator\\n");
buf->append("Copyright (C) 2003-2016 Istvan Varga <istvanv@users.sourceforge.net>\\n");
Expand Down
4 changes: 2 additions & 2 deletions installer/ep128emu.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
!ifndef WIN64
;Name and file
Name "ep128emu"
OutFile "ep128emu-2.0.10-x86-beta.exe"
OutFile "ep128emu-2.0.10-x86.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\ep128emu2"
!else
Name "ep128emu (x64)"
OutFile "ep128emu-2.0.10-x64-beta.exe"
OutFile "ep128emu-2.0.10-x64.exe"
InstallDir "$PROGRAMFILES64\ep128emu2"
!endif

Expand Down

0 comments on commit 73a9d44

Please sign in to comment.