diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-03-28 11:23:18 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-28 11:23:18 -0700 |
| commit | 4acd6bbefe4d4a5c3d24fe2d95cf73981223fb9a (patch) | |
| tree | 4b622c0073d7e201ee1c462346b854d6df8c9600 | |
| parent | 55e199928696be0318aa10a3fdb54af0b43f0ef8 (diff) | |
2.3.6 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.6'; +$VERSION = '2.3.6git'; #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 |
