Skip to content

Commit

Permalink
Bump version to Git 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Mar 15, 2014
1 parent 14d9746 commit eaedd83
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ also to Eliuk Blau for tracking down bugs in the memory management opcodes.

* Version History

1.3.3 2014-03-15 Added acceleration functions 8 through 13, which work
correctly when the Inform 6 compiler setting NUM_ATTR_BYTES
is changed, contributed by Andrew Plotkin.

1.3.2 2013-03-26 A further fix to glkop.c, following the similar fix added to
Glulxe 0.5.1.
Increased the default undo buffer size in all ports to 2Mb.
Expand Down
2 changes: 1 addition & 1 deletion help/glulx.htm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>Glulx</h1>
the Inform compiler could compile to, without the limitations of its original output format, Infocom's
Z-Machine.
<p>
Windows Git is based on Iain Merrick's Git 1.3.2, which is a complete implementation of version 3.1.2
Windows Git is based on Iain Merrick's Git 1.3.3, which is a complete implementation of version 3.1.2
of the Glulx specification.
<p>
More information on Glulx is available from the Glulx web page:
Expand Down
2 changes: 1 addition & 1 deletion help/overview.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="Git.css">
</head>
<body>
<h1>Windows Git 1.3.2<br><font size="-1">(Windows Glk 1.45)</font></h1>
<h1>Windows Git 1.3.3<br><font size="-1">(Windows Glk 1.45)</font></h1>
Windows Git is an interpreter for <a href="glulx.htm">Glulx</a> games. Windows Git
consists of a core interpreter called Git, and an input/output library, called Windows
Glk. Together these two components form the Windows Git package, which has been created
Expand Down
4 changes: 3 additions & 1 deletion help/revision.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
<body>
<h1>Revision History</h1>

<b>Git 1.3.2 (Windows Glk 1.45)</b>
<b>Git 1.3.3 (Windows Glk 1.45)</b>
<ul>
<li>The way in which colours are specified in the options dialog has been simplified: the
"General" tab now contains three buttons that allow the overall text, background and hyperlink
colours to be specified. Text and background colours are no longer specified in the "Styles"
tab on a per-style basis.
<li>The function glk_window_get_arrangement() no longer causes a crash if any of its output
arguments are 0.
<li>Added acceleration functions 8 through 13, which work correctly when the Inform 6 compiler
setting NUM_ATTR_BYTES is changed, contributed by Andrew Plotkin.
</ul>

<b>Git 1.3.2 (Windows Glk 1.44)</b>
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Automatically generated file -- do not edit!
#define GIT_MAJOR 1
#define GIT_MINOR 3
#define GIT_PATCH 2
#define GIT_PATCH 3

0 comments on commit eaedd83

Please sign in to comment.