Subversion Repositories camp_sysinfo_client_3

Rev

Rev 174 | Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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