From f3bd76b798a0f60ef546f93000994ed00a2cd985 Mon Sep 17 00:00:00 2001 From: Axel Tillequin Date: Sat, 16 Feb 2019 11:45:50 +0100 Subject: [PATCH] update version to 2.6.1 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 66bfcb1..0e4ef43 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,10 @@ Please see `LICENSE`_. Changelog ========= +- `v2.6.1`_ + + * use native structure size/aligment by default + - `v2.6.0`_ * add V850(E2S) architecture diff --git a/setup.py b/setup.py index 7104539..45be9b8 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name = 'amoco', - version = '2.6.0', + version = '2.6.1', description = 'yet another binary analysis framework', long_description = long_descr, # Metadata