Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 155 Rev 158
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.1");
-
 
7
 
6
our $VERSION = '3.5.1';
8
print $VERSION;