[pygccxml-commit] SF.net SVN: pygccxml: [472] pydsc_dev
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-08-26 07:43:51
|
Revision: 472 Author: roman_yakovenko Date: 2006-08-26 00:43:43 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=472&view=rev Log Message: ----------- incrementing versions Modified Paths: -------------- pydsc_dev/setup.py pygccxml_dev/setup.py pyplusplus_dev/setup.py Modified: pydsc_dev/setup.py =================================================================== --- pydsc_dev/setup.py 2006-08-26 07:32:22 UTC (rev 471) +++ pydsc_dev/setup.py 2006-08-26 07:43:43 UTC (rev 472) @@ -52,7 +52,7 @@ generate_doc() setup( name="pydsc" - , version = "0.2" + , version = "0.3" , description="Python documentation and comments spell checker" , author="Roman Yakovenko" , author_email="rom...@gm..." Modified: pygccxml_dev/setup.py =================================================================== --- pygccxml_dev/setup.py 2006-08-26 07:32:22 UTC (rev 471) +++ pygccxml_dev/setup.py 2006-08-26 07:43:43 UTC (rev 472) @@ -53,7 +53,7 @@ setup( name = "pygccxml", - version = "0.8.1", + version = "0.8.2", description = "GCC-XML generated file reader", author = "Roman Yakovenko", author_email = "rom...@gm...", Modified: pyplusplus_dev/setup.py =================================================================== --- pyplusplus_dev/setup.py 2006-08-26 07:32:22 UTC (rev 471) +++ pyplusplus_dev/setup.py 2006-08-26 07:43:43 UTC (rev 472) @@ -87,7 +87,7 @@ setup( name = "Py++", - version = "0.8.1", + version = "0.8.2", 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. |