diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-03-28 11:05:52 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-28 11:05:52 -0700 |
| commit | f35e1ce2fc03eb4e9c7a3456db57c0e670101a16 (patch) | |
| tree | aaa74bd4d5192f1ccbd3a5cf23bf0b18c7f2c9f2 | |
| parent | 94e28d653f2bd0fe01cf42969a12f4d6cc689c51 (diff) | |
2.3.6
| -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.5'; +$VERSION = '2.3.6'; #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 |
