(root)/stable/SYSTEM_VERSION – Rev 174
Go to most recent revision |
Details |
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.
|
174 |
rodolico |
6 |
use version; our $VERSION = version->declare("v3.5.4");
|
158 |
rodolico |
7 |
|
|
|
8 |
print $VERSION;
|