bump version to 3.0.3

_v3_old
Nguyen Anh Quynh 10 years ago
parent 512303b27f
commit 1bfa480f74
  1. 2
      CMakeLists.txt
  2. 2
      bindings/python/PKG-INFO.src
  3. 2
      bindings/python/PKG-INFO.win
  4. 2
      pkgconfig.mk

@ -3,7 +3,7 @@ project(capstone)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 2)
set(VERSION_PATCH 3)
# to configure the options specify them in in the command line or change them in the cmake UI.
# Don't edit the makefile!

@ -1,6 +1,6 @@
Metadata-Version: 1.3
Name: capstone
Version: 3.0.2
Version: 3.0.3
Author: Nguyen Anh Quynh
Author-email: aquynh at gmail com
Maintainer: Nguyen Anh Quynh

@ -1,6 +1,6 @@
Metadata-Version: 1.3
Name: capstone
Version: 3.0.2
Version: 3.0.3
Author: Nguyen Anh Quynh
Author-email: aquynh at gmail com
Maintainer: Nguyen Anh Quynh

@ -6,4 +6,4 @@ PKG_MAJOR = 3
PKG_MINOR = 0
# version bugfix level. Example: PKG_EXTRA = 1
PKG_EXTRA = 2
PKG_EXTRA = 3

Loading…
Cancel
Save