diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-05 14:36:17 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-05 14:36:17 +0100 |
commit | dc0ec389e66b45217fc9d331120112b339db525a (patch) | |
tree | fbff4c1df7d3f220c47e045c48757a2555acf2c8 /SBO-Lib/lib/SBO/Lib/Info.pm | |
parent | 9d63b253be04113a55c7f6efe070887127927812 (diff) | |
download | sbotools2-dc0ec389e66b45217fc9d331120112b339db525a.tar.xz |
Bump version to 2.4
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Info.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Info.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Info.pm b/SBO-Lib/lib/SBO/Lib/Info.pm index 03e740a..1cc0224 100644 --- a/SBO-Lib/lib/SBO/Lib/Info.pm +++ b/SBO-Lib/lib/SBO/Lib/Info.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.3'; +our $VERSION = '2.4'; use SBO::Lib::Util qw/ get_arch get_sbo_from_loc open_read script_error slurp usage_error /; use SBO::Lib::Tree qw/ get_orig_location get_sbo_location is_local /; |