bump package version to 2.0

This commit is contained in:
Nguyen Anh Quynh 2014-01-06 12:50:55 +08:00
parent 0b93e19460
commit bc97e6cb13
2 changed files with 2 additions and 2 deletions

2
CONFIG
View File

@ -1,6 +1,6 @@
// Package version
#define PKG_MAJOR 1
#define PKG_MAJOR 2
#define PKG_MINOR 0

View File

@ -2,7 +2,7 @@
from distutils.core import setup
VERSION = '1.0'
VERSION = '2.0'
setup(
provides = ['capstone'],