~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jean-Paul Calderone
  • Date: 2011-04-11 23:26:11 UTC
  • mfrom: (143.1.6 release-0.12)
  • Revision ID: exarkun@divmod.com-20110411232611-z1xtswwjxqorzjrn
Merge 0.12 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.11'
 
18
__version__ = '0.12'
19
19
 
20
20
crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c',
21
21
              'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',