Poodletooth-iLand/panda/python/Lib/site-packages/wx/__version__.py

9 lines
245 B
Python
Raw Normal View History

2015-03-06 06:11:40 -06:00
# This file was generated by Phoenix's wscript.
VERSION_STRING = '3.0.3.dev1712+dcd5d1d'
MAJOR_VERSION = 3
MINOR_VERSION = 0
RELEASE_NUMBER = 3
VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_NUMBER, '.dev1712+dcd5d1d')