From 66e4b4deca48049a997f9b1383c4e190c3e4d427 Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Thu, 13 Jan 2022 17:29:56 -0500 Subject: [PATCH] Ratified version Signed-off-by: Jeff Scheel --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6f37252..b12dc97 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SPEC=Sstc -VERSION=0.5.4 -STAGE=frozen +VERSION=1.0.0 +STAGE=Ratified COMMITDATE=$(shell git show -s --format=%ci | cut -d ' ' -f 1) GITVERSION=$(shell git describe --tags --always --dirty)