Remove some unused variable definitions.
[cvs2svn.git] / cvs2svn_lib / version.py
blobfb309071c756b012d95bc10b48ba6e629b83aa31
1 #!/usr/bin/env python
2 # (Be in -*- python -*- mode.)
4 # ====================================================================
5 # Copyright (c) 2007-2009 CollabNet. All rights reserved.
7 # This software is licensed as described in the file COPYING, which
8 # you should have received as part of this distribution. The terms
9 # are also available at http://subversion.tigris.org/license-1.html.
10 # If newer versions of this license are posted there, you may use a
11 # newer version instead, at your option.
13 # This software consists of voluntary contributions made by many
14 # individuals. For exact contribution history, see the revision
15 # history and logs, available at http://cvs2svn.tigris.org/.
16 # ====================================================================
18 # The version of cvs2svn:
19 VERSION = '2.4.0-dev'
22 # If this file is run as a script, print the cvs2svn version number to
23 # stdout:
24 if __name__ == '__main__':
25 print VERSION