Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 201 Rev 222
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.6.0");
6
use version; our $VERSION = version->declare("v3.6.2");
7
 
7
 
8
print $VERSION;
8
print $VERSION;