__version__.py is now always generated from setup.py so there is no

need to have it in src any more.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-17 19:57:06 +00:00
parent 4e0b6696c7
commit e83135b283
2 changed files with 4 additions and 17 deletions

View File

@@ -1,12 +0,0 @@
# This file was generated by setup.py...
VERSION_STRING = '2.5.1.1'
MAJOR_VERSION = 2
MINOR_VERSION = 5
RELEASE_VERSION = 1
SUBREL_VERSION = 1
VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
SUBREL_VERSION, '')
RELEASE_NUMBER = RELEASE_VERSION # for compatibility