Skip to content

Commit

Permalink
Bump FILE_VERSION to 13 for R0
Browse files Browse the repository at this point in the history
Needed for UNRAVEL.
  • Loading branch information
philburk committed Jan 20, 2025
1 parent 5f0d64c commit d6eb909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csrc/pf_guts.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@
** FV10 - 20170103 - Added ID_FILE_FLUSH ID_FILE_RENAME ID_FILE_RESIZE
** FV11 - 20241226 - Added ID_SLEEP_P, ID_VAR_BYE_CODE, ID_VERSION_CODE
** FV12 - 20241227 - Added Long name support, ID_FLAG_SMUDGE, ID_MASK_NAME_SIZE
** FV13 - 20250120 - Added R0 for UNRAVEL
*/

#define PF_FILE_VERSION (12) /* Bump this whenever primitives added. */
#define PF_FILE_VERSION (13) /* Bump this whenever primitives added. */

#if defined(PF_SUPPORT_LONG_NAMES)
#define PF_EARLIEST_FILE_VERSION (12) /* earliest one still compatible */
Expand Down

0 comments on commit d6eb909

Please sign in to comment.