diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-10-20 03:19:09 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-10-20 03:19:09 -0700 |
| commit | e5dd9525e20e6a21fce2e5d5170c27efe3db5893 (patch) | |
| tree | 197c0945107a9107c287c97e34fe5db274390aed | |
| parent | 46ec838a84523aea3fcdcaf5280e35bdaeb91162 (diff) | |
2.3.4 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.4'; +$VERSION = '2.3.5git'; #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 |
