7495e4f97d0a40c01e55951a2e1789b81e3cc872
[spider.git] / perl / Version.pm
1 #
2 # Version information for DXSpider
3 #
4 # DO NOT ALTER THIS FILE. It is generated automatically
5 # and will be overwritten
6 #
7
8 package main;
9
10 use vars qw($version $subversion $build $gitversion);
11
12 $version = '1.55';
13 $subversion = '0';
14 $build = '141';
15 $gitversion = '536ca8c';
16
17 1;