[pygccxml-commit] SF.net SVN: pygccxml: [808]
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-12-21 05:44:30
|
Revision: 808 http://svn.sourceforge.net/pygccxml/?rev=808&view=rev Author: roman_yakovenko Date: 2006-12-20 21:44:30 -0800 (Wed, 20 Dec 2006) Log Message: ----------- ++version Modified Paths: -------------- pygccxml_dev/setup.py pyplusplus_dev/setup.py Modified: pygccxml_dev/setup.py =================================================================== --- pygccxml_dev/setup.py 2006-12-21 05:43:08 UTC (rev 807) +++ pygccxml_dev/setup.py 2006-12-21 05:44:30 UTC (rev 808) @@ -52,7 +52,7 @@ setup( name = "pygccxml", - version = "0.8.3", + version = "0.8.5", description = "GCC-XML generated file reader", author = "Roman Yakovenko", author_email = "rom...@gm...", Modified: pyplusplus_dev/setup.py =================================================================== --- pyplusplus_dev/setup.py 2006-12-21 05:43:08 UTC (rev 807) +++ pyplusplus_dev/setup.py 2006-12-21 05:44:30 UTC (rev 808) @@ -90,7 +90,7 @@ setup( name = "Py++", - version = "0.8.3", + version = "0.8.5", description="Py++ is a framework of components for creating C++ code generator for Boost.Python library", author="Roman Yakovenko", author_email="rom...@gm...", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |