Skip to content

Commit

Permalink
Bump release version to 2.0.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed Feb 11, 2023
1 parent 3956a7f commit 8da2f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csrc/pf_guts.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
** PFORTH_VERSION changes when PForth is modified and released.
** See README file for version info.
*/
#define PFORTH_VERSION_CODE 29
#define PFORTH_VERSION_NAME "2.0.0"
#define PFORTH_VERSION_CODE 30
#define PFORTH_VERSION_NAME "2.0.1"

/*
** PFORTH_FILE_VERSION changes when incompatible changes are made
Expand Down

0 comments on commit 8da2f09

Please sign in to comment.