Subversion Repositories camp_sysinfo_client_3

Rev

Rev 158 | Rev 165 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
135 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.
158 rodolico 6
use version; our $VERSION = version->declare("v3.5.1");
7
 
8
print $VERSION;