diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-02-03 19:24:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-02-03 19:24:01 +0100 |
commit | 328072b99e40522cfe3064f2ec62f0dc660e8358 (patch) | |
tree | 69a962bbeb7fc77fc3213412e7ce0fe8a5bb21c1 /cgi | |
parent | ba54963eb0f96ae20033be8a8e7a2568849b3176 (diff) |
version++0.05
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 5da40a6..f107e5d 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -11,7 +11,7 @@ use Travel::Status::DE::VRR; no warnings 'uninitialized'; -our $VERSION = '0.04'; +our $VERSION = '0.05'; sub default_no_lines { return 5; |