projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edbef13
)
4.1
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 17 Feb 2016 08:46:08 +0000
(
00:46
-0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 17 Feb 2016 08:46:08 +0000
(
00:46
-0800)
FS/FS.pm
patch
|
blob
|
history
diff --git
a/FS/FS.pm
b/FS/FS.pm
index
3ec3f76
..
c8ab27e
100644
(file)
--- a/
FS/FS.pm
+++ b/
FS/FS.pm
@@
-3,7
+3,7
@@
package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '4.
0
';
+$VERSION = '4.
1~git
';
#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