(root)//trunk/SYSTEM_VERSION – Rev 144 → 155
Rev 144 |
Rev 158 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 144 |
Rev 155 |
| 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 |
our $VERSION = '3.4.1';
|
6 |
our $VERSION = '3.5.1';
|