From a28bfae443f350d5b4c42874f428367d5b322ffe Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Thu, 3 Feb 2022 18:03:07 -0500 Subject: [PATCH] Ratified (#7) Signed-off-by: Jeff Scheel --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 337aca9..738d25f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SPEC=Smstateen -VERSION=0.6.3 -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)