diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-05-10 01:05:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-10 01:05:04 -0700 |
commit | 7b5a266236857fbb4bbf8d4ac3031c3fec75cac2 (patch) | |
tree | 493011de95ac9b21d75c947ed9819de8a2c4664d | |
parent | a0f3e18fa990c3be65c09f45cca3e102732d77d4 (diff) |
master will be 4.0
-rw-r--r-- | FS/FS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.1git'; +$VERSION = '4.0git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done |