Skip to content

Commit

Permalink
Updated version to 1.2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-v committed Feb 5, 2017
1 parent fe625c1 commit 48fe3e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README
@@ -1,5 +1,5 @@
plus4emu 1.2.10 beta
====================
plus4emu 1.2.10
===============

plus4emu is an open source, portable emulator of the Commodore Plus/4
computer, written in C++, and supporting Windows and POSIX platforms
Expand Down
2 changes: 1 addition & 1 deletion gui/about.fl
Expand Up @@ -34,7 +34,7 @@ class Plus4EmuGUI_AboutWindow {open
}
}
code {{
buf->append(" plus4emu version 1.2.10 beta\\n");
buf->append(" plus4emu version 1.2.10\\n");
buf->append("\\n");
buf->append("Portable Commodore Plus/4 emulator\\n");
buf->append("Copyright \\302\\251 2003-2017 Istvan Varga <istvanv@users.sourceforge.net>\\n");
Expand Down
4 changes: 2 additions & 2 deletions installer/plus4emu.nsi
Expand Up @@ -16,12 +16,12 @@
!ifndef WIN64
;Name and file
Name "plus4emu"
OutFile "plus4emu-1.2.10-x86-beta.exe"
OutFile "plus4emu-1.2.10-x86.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\plus4emu"
!else
Name "plus4emu (x64)"
OutFile "plus4emu-1.2.10-x64-beta.exe"
OutFile "plus4emu-1.2.10-x64.exe"
InstallDir "$PROGRAMFILES64\plus4emu"
!endif

Expand Down

0 comments on commit 48fe3e1

Please sign in to comment.