Subversion Repositories sysadmin_scripts

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#! /usr/bin/env perl

# this file just exists so we can increment a version number for the
# whole system. Since makeVersionFile looks for the following string,
# I just decided to make this a Perl script that does nothing.
use version; our $VERSION = version->declare("v1.56");

print $VERSION;