aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2015-12-11 23:43:43 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2015-12-11 23:43:43 +0300
commitaf3625cb7a6110750de6f5873fa99f915c367894 (patch)
tree8380c5b66fcbc7d9888c8db5e491239173b7402d
parent86b503bd85e3a0e8b32616d5af67c7d176a6263e (diff)
downloadabi-compliance-checker-af3625cb7a6110750de6f5873fa99f915c367894.tar.gz
Bump version to 1.99.15
-rw-r--r--abi-compliance-checker.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index 6366088..d10eb1d 100644
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
###########################################################################
-# ABI Compliance Checker (ABICC) 1.99.14.2
+# ABI Compliance Checker (ABICC) 1.99.15
# A tool for checking backward compatibility of a C/C++ library API
#
# Copyright (C) 2009-2011 Institute for System Programming, RAS
@@ -64,7 +64,7 @@ use Storable qw(dclone);
use Data::Dumper;
use Config;
-my $TOOL_VERSION = "1.99.14.2";
+my $TOOL_VERSION = "1.99.15";
my $ABI_DUMP_VERSION = "3.2";
my $XML_REPORT_VERSION = "1.2";
my $XML_ABI_DUMP_VERSION = "1.2";