Skip to content

Commit

Permalink
Bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lvc committed Nov 20, 2020
1 parent 3d6dbb6 commit fdd403d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ABI Dumper 1.1
ABI Dumper 1.2
==============

ABI Dumper — a tool to dump ABI of an ELF object containing DWARF debug info.
Expand Down
6 changes: 3 additions & 3 deletions abi-dumper.pl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/perl
###########################################################################
# ABI Dumper 1.1
# ABI Dumper 1.2
# Dump ABI of an ELF object containing DWARF debug info
#
# Copyright (C) 2013-2019 Andrey Ponomarenko's ABI Laboratory
# Copyright (C) 2013-2020 Andrey Ponomarenko's ABI Laboratory
#
# Written by Andrey Ponomarenko
#
Expand Down Expand Up @@ -47,7 +47,7 @@
use Storable qw(dclone);
use Data::Dumper;

my $TOOL_VERSION = "1.1";
my $TOOL_VERSION = "1.2";
my $ABI_DUMP_VERSION = "3.5";
my $ORIG_DIR = cwd();
my $TMP_DIR = tempdir(CLEANUP=>1);
Expand Down

0 comments on commit fdd403d

Please sign in to comment.