Skip to content

Commit

Permalink
bumped version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdabah committed May 30, 2020
1 parent 5de5c77 commit c5e26e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/distorm.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* diStorm 3.4.4 */
/* diStorm 3.5.0 */

/*
distorm.h
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
'ext_modules' : [distorm_module],
# Metadata
'name' : 'distorm3',
'version' : '3.4.2',
'version' : '3.5.0',
'description' : 'The goal of diStorm3 is to decode x86/AMD64' \
' binary streams and return a structure that' \
' describes each instruction.',
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library is licensed under the BSD license. See the file COPYING.
#define CONFIG_H

/* diStorm version number. */
#define __DISTORMV__ 0x030402
#define __DISTORMV__ 0x030500

#include <string.h> /* memset, memcpy - can be easily self implemented for libc independency. */

Expand Down

0 comments on commit c5e26e6

Please sign in to comment.