Skip to content

Commit

Permalink
Merge pull request #49 from philburk/v28
Browse files Browse the repository at this point in the history
Bump to V28
  • Loading branch information
philburk committed Apr 25, 2018
2 parents 7e73667 + 12fb261 commit d71efe1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions csrc/pf_guts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 */

/***************************************************************
Expand Down
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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, 2018 V28

Code for pForth is maintained on GitHub at:
https://github.com/philburk/pforth
Expand All @@ -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'
Expand Down
8 changes: 7 additions & 1 deletion releases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d71efe1

Please sign in to comment.