From cbc488a70402b9e0282aa32f2195d22a58bdf992 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sun, 11 Jul 2021 22:32:37 -0700 Subject: [PATCH] Bumping version and stable version. --- ueforth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index cef4103..e8c95f5 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION=7.0.6.3 -STABLE_VERSION=7.0.5.3 +VERSION=7.0.6.4 +STABLE_VERSION=7.0.5.4 REVISION=$(shell git rev-parse HEAD) REVSHORT=$(shell echo $(REVISION) | head -c 7)