diff options
author | ville <ville@localhost> | 2009-12-02 19:42:32 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-12-02 19:42:32 +0000 |
commit | bc23c43e8cfb3afa3de987e2297d81d9789647b7 (patch) | |
tree | b2ca37a0523a0f0f0d0c4bbcc08bac3fe674507d | |
parent | 3cb7ed8258e4db9d0b1da9e30e0d900c7849607d (diff) | |
download | markup-validator-bc23c43e8cfb3afa3de987e2297d81d9789647b7.zip markup-validator-bc23c43e8cfb3afa3de987e2297d81d9789647b7.tar.gz markup-validator-bc23c43e8cfb3afa3de987e2297d81d9789647b7.tar.bz2 |
Extract version from bundle's META.yml.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = 0.8.6 +VERSION = $(shell perl -ne '/^version:\s*(\S+)/ && print $$1' misc/bundle/META.yml) PERL_FILES = httpd/cgi-bin/check httpd/cgi-bin/sendfeedback.pl \ misc/spmpp.pl misc/docs_errors.pl misc/bundle/Makefile.PL \ |