Skip to content

Commit

Permalink
Bumped version to 3.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
gil_dabah committed Jun 4, 2016
1 parent 5fe9769 commit 0dcd35c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions make/win32/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,3,3,0
PRODUCTVERSION 3,3,3,0
FILEVERSION 3,3,4,0
PRODUCTVERSION 3,3,4,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "diStorm3 module"
VALUE "FileVersion", "3.3.3.0"
VALUE "FileVersion", "3.3.4.0"
VALUE "InternalName", "diStorm3"
VALUE "LegalCopyright", "Copyright (C) 2003-2016 Gil Dabah"
VALUE "OriginalFilename", "diStorm3.dll"
VALUE "ProductName", "diStorm3 Disassembler Library"
VALUE "ProductVersion", "3.3.3.0"
VALUE "ProductVersion", "3.3.4.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def main():

# Metadata
'name' : 'distorm3',
'version' : '3.3.3',
'version' : '3.3.4',
'description' : 'The goal of diStorm3 is to decode x86/AMD64' \
' binary streams and return a structure that' \
' describes each instruction.',
Expand All @@ -252,8 +252,8 @@ def main():
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Disassemblers',
'Topic :: Software Development :: Libraries :: Python Modules',
]
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__ 0x030303
#define __DISTORMV__ 0x030304

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

Expand Down

0 comments on commit 0dcd35c

Please sign in to comment.