diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-03 13:37:16 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-03 13:37:16 -0700 |
| commit | e151d7233a75c942a4a6cc57a4804d29c897aa33 (patch) | |
| tree | 542ce44fb8a480bf9ff56d8c2653f65005e75046 | |
| parent | 58278bb4f84a00eacbf8bd706149b5c77d6436ee (diff) | |
2.3.3 happened
| -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 = '2.3.3'; +$VERSION = '2.3.4git'; #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 |
