aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-01-25 18:18:04 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-01-25 18:18:04 +0300
commitc0d457d307299c38d5bbcc98f34f6853ae96f51a (patch)
treebbc0bbfd95236c7da36d2c43409b12cedb144441
parent157816fc0361034cc1f44e76bd8062c8fd53ddc9 (diff)
downloadabi-dumper-c0d457d307299c38d5bbcc98f34f6853ae96f51a.tar.gz
Bumped version and updated release date.
-rw-r--r--INSTALL6
-rw-r--r--abi-dumper.pl6
2 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index ec1e23e..4b4ef8f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,13 @@
-Copyright (C) 2013-2015 Andrey Ponomarenko's ABI Laboratory
+Copyright (C) 2013-2016 Andrey Ponomarenko's ABI Laboratory
All rights reserved.
RELEASE INFORMATION
Project: ABI Dumper
-Version: 0.99.13
-Date: 2015-12-11
+Version: 0.99.14
+Date: 2016-01-25
This file explains how to install and setup environment
diff --git a/abi-dumper.pl b/abi-dumper.pl
index adf5bfc..e0497b9 100644
--- a/abi-dumper.pl
+++ b/abi-dumper.pl
@@ -3,7 +3,7 @@
# ABI Dumper 0.99.14
# Dump ABI of an ELF object containing DWARF debug info
#
-# Copyright (C) 2013-2015 Andrey Ponomarenko's ABI Laboratory
+# Copyright (C) 2013-2016 Andrey Ponomarenko's ABI Laboratory
#
# Written by Andrey Ponomarenko
#
@@ -85,7 +85,7 @@ my %ERROR_CODE = (
my $ShortUsage = "ABI Dumper $TOOL_VERSION
Dump ABI of an ELF object containing DWARF debug info
-Copyright (C) 2015 Andrey Ponomarenko's ABI Laboratory
+Copyright (C) 2016 Andrey Ponomarenko's ABI Laboratory
License: GNU LGPL or GNU GPL
Usage: $CmdName [options] [object]
@@ -4931,7 +4931,7 @@ sub scenario()
if($ShowVersion)
{
printMsg("INFO", "ABI Dumper $TOOL_VERSION");
- printMsg("INFO", "Copyright (C) 2015 Andrey Ponomarenko's ABI Laboratory");
+ printMsg("INFO", "Copyright (C) 2016 Andrey Ponomarenko's ABI Laboratory");
printMsg("INFO", "License: LGPL or GPL <http://www.gnu.org/licenses/>");
printMsg("INFO", "This program is free software: you can redistribute it and/or modify it.\n");
printMsg("INFO", "Written by Andrey Ponomarenko.");