diff --git a/BESS.md b/BESS.md index bb49e2a..b4d9624 100644 --- a/BESS.md +++ b/BESS.md @@ -1,4 +1,4 @@ -# BESS – Best Effort Save State +# BESS – Best Effort Save State 1.0 ## Motivation @@ -6,8 +6,6 @@ BESS is a save state format specification designed to allow different emulators, ## Specification -**Note: This specification is currently under development and will potentially change in the near future** - Every integer used in the BESS specification is stored in Little Endian encoding. ### BESS footer diff --git a/version.mk b/version.mk index 731aad9..6831f84 100644 --- a/version.mk +++ b/version.mk @@ -1 +1 @@ -VERSION := 0.14.2 +VERSION := 0.14.3 \ No newline at end of file