From ca78e4bff8670ba7d3ce11187c80cdff55b4dd83 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Sat, 20 Dec 2014 17:33:36 +0000 Subject: [PATCH] Update version to match with compatible ttrts version --- perl/ttrts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/ttrts.pm b/perl/ttrts.pm index 9479e9c..eb588ba 100644 --- a/perl/ttrts.pm +++ b/perl/ttrts.pm @@ -3,7 +3,7 @@ use strict; use warnings; our $ttrts_perlai_versioncompat_major = 0; -our $ttrts_perlai_versioncompat_minor = 0; +our $ttrts_perlai_versioncompat_minor = 1; # Get information about a unit from it's descriptor sub getUnit