From 532d3ebc697487c9b416b07a7e72e401e204145a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 9 Oct 2013 16:47:59 +0200 Subject: landing page: show git version string --- cgi/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/index.pl') diff --git a/cgi/index.pl b/cgi/index.pl index 10abe9b..a0d75a7 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -8,7 +8,7 @@ use utf8; no if $] >= 5.018, warnings => "experimental::smartmatch"; -our $VERSION = '0.04'; +our $VERSION = qx{git describe --dirty} || '0.04'; my $refresh_interval = 900; -- cgit v1.2.3