[freeside-commits] branch FREESIDE_3_BRANCH updated. 8ff122f7bf0a98393f6164817e83d7916754b685
Jeremy Davis
jeremyd at 420.am
Tue Dec 9 04:38:17 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 8ff122f7bf0a98393f6164817e83d7916754b685 (commit)
from bf1cbb7037423fe6bec6229858cbe4279b6f5866 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8ff122f7bf0a98393f6164817e83d7916754b685
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue Dec 9 07:37:53 2014 -0500
3.5 Release
diff --git a/FS/FS.pm b/FS/FS.pm
index 4b0bf8f..3f4c7f3 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.5git';
+$VERSION = '3.5';
#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
-----------------------------------------------------------------------
Summary of changes:
FS/FS.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list