aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-07-31 01:33:30 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commitfa2a9e79e21063137f863887adc88fc74d3573e2 (patch)
tree1f6a16985161909df1dd7e373e2513a8a9022e91 /src
parent1f28c3c733ea3ae4234bff91e1c55e61b1ee3e96 (diff)
Update doc
Diffstat (limited to 'src')
-rw-r--r--src/program.c1
1 files changed, 1 insertions, 0 deletions
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.
*/