~exarkun/pyopenssl/working-windows-build

« back to all changes in this revision

Viewing changes to version.py

  • Committer: Jean-Paul Calderone
  • Date: 2008-03-21 22:31:12 UTC
  • Revision ID: exarkun@boson-20080321223112-sqe5mpueheeap6bj
Put my copyright on everything I've changed so far, put a more reasonable version number on version.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# version.py
3
 
#
4
1
# Copyright (C) AB Strakt 2001-2004, All rights reserved
5
 
#
6
 
# $Id: version.py,v 1.2 2004/08/13 18:46:04 martin Exp $
7
 
#
 
2
# Copyright (C) Jean-Paul Calderone 2008, All rights reserved
 
3
 
8
4
"""
9
5
pyOpenSSL - A simple wrapper around the OpenSSL library
10
6
"""
11
 
__version__ = '0.7'
 
7
 
 
8
__version__ = '0.7pre1'