mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Update bundled capnproto to 0.6.0
This commit is contained in:
parent
fbc1767475
commit
1221ec75a9
2 changed files with 4 additions and 4 deletions
|
@ -35,8 +35,8 @@ pjoin = os.path.join
|
|||
# Constants
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
bundled_version = (0,5,3,1)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.%i.tar.gz" % (bundled_version)
|
||||
bundled_version = (0,6,0)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
|
||||
libcapnp_url = "https://capnproto.org/" + libcapnp
|
||||
|
||||
HERE = os.path.dirname(__file__)
|
||||
|
|
4
setup.py
4
setup.py
|
@ -13,8 +13,8 @@ from distutils.extension import Extension
|
|||
_this_dir = os.path.dirname(__file__)
|
||||
|
||||
MAJOR = 0
|
||||
MINOR = 5
|
||||
MICRO = 12
|
||||
MINOR = 6
|
||||
MICRO = 0
|
||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue