From 939817df734f04c216de7b7debecb0f02282e17f Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 17 Apr 2021 16:59:22 +0300 Subject: [PATCH] Update version, finalize BESS 1.0 --- BESS.md | 4 +--- version.mk | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/BESS.md b/BESS.md index bb49e2a5..b4d96247 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 731aad9f..6831f842 100644 --- a/version.mk +++ b/version.mk @@ -1 +1 @@ -VERSION := 0.14.2 +VERSION := 0.14.3 \ No newline at end of file