Rev 244 | 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("v3.7.0");
print $VERSION;