diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-02-08 09:53:56 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-02-08 10:05:43 +0100 |
commit | 90e95e756f1ecf519ecba5ad7d652b6ecdfa8881 (patch) | |
tree | a52c41f8633084f83ec32ab22732d698f002057d /Makefile | |
parent | 1863e8ef9295f9be84eea95039c41e2210cad6ad (diff) | |
download | s2u-90e95e756f1ecf519ecba5ad7d652b6ecdfa8881.tar s2u-90e95e756f1ecf519ecba5ad7d652b6ecdfa8881.tar.gz s2u-90e95e756f1ecf519ecba5ad7d652b6ecdfa8881.tar.bz2 s2u-90e95e756f1ecf519ecba5ad7d652b6ecdfa8881.tar.xz s2u-90e95e756f1ecf519ecba5ad7d652b6ecdfa8881.zip |
Include back version in Makefile
Restore version as version was totally absent from sources for 14 years
since commit d58330ddc5d6985ae0aa2351b3922454a38fe7a7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |