(root)/trunk/SYSTEM_VERSION – Rev 213 → 229
Rev 213 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
Rev 213 |
Rev 229 |
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.2");
|
6 |
use version; our $VERSION = version->declare("v3.7.0");
|
7 |
|
7 |
|
8 |
print $VERSION;
|
8 |
print $VERSION;
|