Skip to content

Commit

Permalink
Bump version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Oct 12, 2023
1 parent d2f5892 commit fc4da34
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ INSTALLDIR = /usr/local/bin

MAJOR = 1
MINOR = 3
PATCH = 6
PATCH = 8

include $(GLKINCLUDEDIR)/$(GLKMAKEFILE)

Expand Down
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ also to Eliuk Blau for tracking down bugs in the memory management opcodes.

* Version History

1.3.8 2023-10-12 Use either a native random number generator, or the
xoshiro128** algorithm, taken from Glulxe.

1.3.7 2022-07-12 Added new undo and double precision math related opcodes
(VM spec 3.1.3), contributed by Andrew Plotkin.

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define GIT_MAJOR 1
#define GIT_MINOR 3
#define GIT_PATCH 7
#define GIT_PATCH 8
2 changes: 1 addition & 1 deletion win/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.7<br><font size="-1">(Windows Glk 1.53)</font></h1>
<h1>Windows Git 1.3.8<br><font size="-1">(Windows Glk 1.53)</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
6 changes: 6 additions & 0 deletions win/help/revision.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<body>
<h1>Revision History</h1>

<b>Git 1.3.8 (Windows Glk 1.53)</b>
<ul>
<li>
Use either a native random number generator, or the xoshiro128** algorithm, taken from Glulxe.
</ul>

<b>Git 1.3.7 (Windows Glk 1.53)</b>
<ul>
<li>
Expand Down

0 comments on commit fc4da34

Please sign in to comment.