sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 01858b612106a2586c81d5b4a78760146d6c0ee1
parent 7635af9a92c0d296dab4c31cf868d677d4605bf0
Author: J Pipkin <j@dawnrazor.net>
Date:   Mon, 31 Dec 2012 06:28:17 -0600

version 1.2 -> 1.3

Diffstat:
MSBO-Lib/lib/SBO/Lib.pm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -15,7 +15,7 @@ use warnings FATAL => 'all'; package SBO::Lib; -our $VERSION = '1.2'; +our $VERSION = '1.3'; require Exporter; our @ISA = qw(Exporter);