Subversion Repositories sysadmin_scripts

Rev

Rev 65 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
65 rodolico 1
#! /usr/bin/env perl
2
 
3
# this file just exists so we can increment a version number for the
4
# whole system. Since makeVersionFile looks for the following string,
5
# I just decided to make this a Perl script that does nothing.
6
use version; our $VERSION = version->declare("v1.56");
7
 
8
print $VERSION;