We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cb861 commit f3bd76bCopy full SHA for f3bd76b
2 files changed
README.rst
@@ -78,6 +78,10 @@ Please see `LICENSE`_.
78
Changelog
79
=========
80
81
+- `v2.6.1`_
82
+
83
+ * use native structure size/aligment by default
84
85
- `v2.6.0`_
86
87
* add V850(E2S) architecture
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name = 'amoco',
33
- version = '2.6.0',
+ version = '2.6.1',
34
description = 'yet another binary analysis framework',
35
long_description = long_descr,
36
# Metadata
0 commit comments