~sileht/pyopenssl/pyopenssl

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-02 15:43:50 UTC
  • mfrom: (156.1.5 release-0.13)
  • Revision ID: exarkun@twistedmatrix.com-20110902154350-rwick8zfl3dgyzva
Merge 0.13 release branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
from distutils.command.build_ext import build_ext
16
16
 
17
17
# XXX Deduplicate this
18
 
__version__ = '0.12'
 
18
__version__ = '0.13'
19
19
 
20
20
crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c',
21
21
              'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',