Skip to content

Commit

Permalink
Merge branch 'v3'
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jul 15, 2015
2 parents 11bcd64 + 2bb3933 commit 5ae730e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(capstone)

set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 3)
set(VERSION_PATCH 4)

# to configure the options specify them in in the command line or change them in the cmake UI.
# Don't edit the makefile!
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/PKG-INFO.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.3
Name: capstone
Version: 3.0.3
Version: 3.0.4
Author: Nguyen Anh Quynh
Author-email: aquynh at gmail com
Maintainer: Nguyen Anh Quynh
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/PKG-INFO.win
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.3
Name: capstone
Version: 3.0.3
Version: 3.0.4
Author: Nguyen Anh Quynh
Author-email: aquynh at gmail com
Maintainer: Nguyen Anh Quynh
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
PKG_NAME = 'capstone-windows'

VERSION = '3.0.3'
VERSION = '3.0.4'
SYSTEM = sys.platform

# virtualenv breaks import, but get_python_lib() will work.
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.command.install_lib import install_lib as _install
from Cython.Distutils import build_ext

VERSION = '3.0.3'
VERSION = '3.0.4'

compile_args = ['-O3', '-fomit-frame-pointer']

Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PKG_MAJOR = 3
PKG_MINOR = 0

# version bugfix level. Example: PKG_EXTRA = 1
PKG_EXTRA = 3
PKG_EXTRA = 4

0 comments on commit 5ae730e

Please sign in to comment.