Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiegel committed Aug 3, 2018
1 parent c117bcc commit b2fa363
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions NEWS
@@ -0,0 +1,18 @@
Gargoyle 2018.1:

The major feature of this release is updated interpreters. The following interpreters have been updated:
• agility
• advsys
• alan3
• bocfel
• git
• glulxe
• hugo
• jacl
• tads

Other changs:

• An interpreter for Scott Adams games has been added.
• Text-to-speech support has been added.
• Improved support for OS X.
2 changes: 1 addition & 1 deletion garglk/garversion.h
Expand Up @@ -20,4 +20,4 @@
* *
*****************************************************************************/

#define VERSION "2017.0.0"
#define VERSION "2018.1"
2 changes: 1 addition & 1 deletion installer.nsi
Expand Up @@ -3,7 +3,7 @@
;

Name "Gargoyle"
OutFile "gargoyle-2011.1-windows.exe"
OutFile "gargoyle-2018.1-windows.exe"
InstallDir $PROGRAMFILES\Gargoyle
InstallDirRegKey HKLM "Software\Tor Andersson\Gargoyle\Install" "Directory"
SetCompressor lzma
Expand Down

0 comments on commit b2fa363

Please sign in to comment.