[pygccxml-commit] SF.net SVN: pygccxml: [211] pygccxml_dev
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-06-07 20:11:10
|
Revision: 211 Author: roman_yakovenko Date: 2006-06-05 08:16:30 -0700 (Mon, 05 Jun 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=211&view=rev Log Message: ----------- incrementing version number Modified Paths: -------------- pygccxml_dev/setup.py pyplusplus_dev/setup.py Modified: pygccxml_dev/setup.py =================================================================== --- pygccxml_dev/setup.py 2006-06-05 14:09:20 UTC (rev 210) +++ pygccxml_dev/setup.py 2006-06-05 15:16:30 UTC (rev 211) @@ -51,7 +51,7 @@ setup( name = "pygccxml", - version = "0.8.0", + version = "0.8.1", description = "GCC-XML generated file reader", author = "Roman Yakovenko", author_email = "rom...@gm...", Modified: pyplusplus_dev/setup.py =================================================================== --- pyplusplus_dev/setup.py 2006-06-05 14:09:20 UTC (rev 210) +++ pyplusplus_dev/setup.py 2006-06-05 15:16:30 UTC (rev 211) @@ -85,7 +85,7 @@ setup( name = "pyplusplus", - version = "0.8.0", + version = "0.8.1", description="pyplusplus 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. |