From 90e95e756f1ecf519ecba5ad7d652b6ecdfa8881 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Feb 2021 09:53:56 +0100 Subject: Include back version in Makefile Restore version as version was totally absent from sources for 14 years since commit d58330ddc5d6985ae0aa2351b3922454a38fe7a7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 354a4c5..04dd701 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ############################################################################# PACKAGE=s2u -TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') +VERSION := 0.9.2 SVNROOT = svn+ssh://svn.mandriva.com/svn/soft/$(PACKAGE) -- cgit v1.2.1