diff --git a/Makefile b/Makefile index e5125a8..99ad514 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ INSTALLDIR = /usr/local/bin MAJOR = 1 MINOR = 3 -PATCH = 6 +PATCH = 8 include $(GLKINCLUDEDIR)/$(GLKMAKEFILE) diff --git a/README.txt b/README.txt index dc504ca..0ff4432 100644 --- a/README.txt +++ b/README.txt @@ -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. diff --git a/version.h b/version.h index d75bce5..fbbc2c6 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ #define GIT_MAJOR 1 #define GIT_MINOR 3 -#define GIT_PATCH 7 +#define GIT_PATCH 8 diff --git a/win/help/overview.htm b/win/help/overview.htm index f67a40f..617f674 100644 --- a/win/help/overview.htm +++ b/win/help/overview.htm @@ -4,7 +4,7 @@ -

Windows Git 1.3.7
(Windows Glk 1.53)

+

Windows Git 1.3.8
(Windows Glk 1.53)

Windows Git is an interpreter for Glulx 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 diff --git a/win/help/revision.htm b/win/help/revision.htm index f43cd7b..8d3868b 100644 --- a/win/help/revision.htm +++ b/win/help/revision.htm @@ -6,6 +6,12 @@

Revision History

+Git 1.3.8 (Windows Glk 1.53) + + Git 1.3.7 (Windows Glk 1.53)