From fa2a9e79e21063137f863887adc88fc74d3573e2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 31 Jul 2019 01:33:30 +0200 Subject: Update doc --- doc/Documentation.md | 1 + src/program.c | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/Documentation.md b/doc/Documentation.md index 3e60994..f7dde0a 100644 --- a/doc/Documentation.md +++ b/doc/Documentation.md @@ -33,4 +33,5 @@ and may even lose performance because of it. |1 |Major version|The major version of the bytecode. Updates in this is a breaking change. | |1 |Minor version|The minor version of the bytecode. Updates in this are backwards compatible.| |1 |Patch version|The patch version of the bytecode. Updates in this are only minor bug fixes.| + The versions in the header only changes for every release, not every change. \ No newline at end of file diff --git a/src/program.c b/src/program.c index 5e63c04..92fcb6c 100644 --- a/src/program.c +++ b/src/program.c @@ -34,6 +34,7 @@ static CHECK_RESULT int amal_program_append_header(amal_program *self) { |1 |Major version|The major version of the bytecode. Updates in this is a breaking change. | |1 |Minor version|The minor version of the bytecode. Updates in this are backwards compatible.| |1 |Patch version|The patch version of the bytecode. Updates in this are only minor bug fixes.| + The versions in the header only changes for every release, not every change. */ -- cgit v1.2.3