From 9190005e32c6151b76ac707b30eeb4d5d9dd1d36 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Tue, 24 Apr 2018 21:24:18 -0700 Subject: [PATCH] Bump to V28 Update README --- csrc/pf_guts.h | 5 +++-- readme.txt | 3 +-- releases.txt | 8 +++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/csrc/pf_guts.h b/csrc/pf_guts.h index 709b537..5aa4a70 100644 --- a/csrc/pf_guts.h +++ b/csrc/pf_guts.h @@ -23,7 +23,7 @@ ** PFORTH_VERSION changes when PForth is modified and released. ** See README file for version info. */ -#define PFORTH_VERSION "27" +#define PFORTH_VERSION "28" /* ** PFORTH_FILE_VERSION changes when incompatible changes are made @@ -36,8 +36,9 @@ ** FV7 - 971203 - Added ID_FILL, (1LOCAL@), etc., ran out of reserved, resorted. ** FV8 - 980818 - Added Endian flag. ** FV9 - 20100503 - Added support for 64-bit CELL. +** FV10 - 20170103 - Added ID_FILE_FLUSH ID_FILE_RENAME ID_FILE_RESIZE */ -#define PF_FILE_VERSION (9) /* Bump this whenever primitives added. */ +#define PF_FILE_VERSION (10) /* Bump this whenever primitives added. */ #define PF_EARLIEST_FILE_VERSION (9) /* earliest one still compatible */ /*************************************************************** diff --git a/readme.txt b/readme.txt index de7cf90..76bcdab 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ by Phil Burk with Larry Polansky, David Rosenboom and Darren Gibbs. Support for 64-bit cells by Aleksej Saushev. -Last updated: December 23, 2014 V27 +Last updated: April 24, 2017 V28 Code for pForth is maintained on GitHub at: https://github.com/philburk/pforth @@ -29,7 +29,6 @@ purpose and their equivalents under the laws of any jurisdiction. -- Contents of SDK -------------------------------------- build - tools for building pForth on various platforms - build/win32/vs2005 - Visual Studio 2005 Project and Solution build/unix - Makefile for unix csrc - pForth kernel in ANSI 'C' diff --git a/releases.txt b/releases.txt index c611579..74c975a 100644 --- a/releases.txt +++ b/releases.txt @@ -2,7 +2,13 @@ Release History for pForth - a Portable ANS-like Forth written in ANSI 'C' Documentation for pForth at http://www.softsynth.com/pforth/ -V28 - unreleased +V29 - unreleased + +V28 - 4/24/2018 + - remove off_t + - too many changes to list, see commit history (TODO add changes) + - fix $ROM + - fix HISTORY - fixes for MinGW build V27 - 11/22/2010 -- 2.20.1