Revision: 28
Author: roman_yakovenko
Date: 2006-05-01 21:06:14 -0700 (Mon, 01 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=28&view=rev
Log Message:
-----------
removing version number
Modified Paths:
--------------
pygccxml_dev/pygccxml/__init__.py
Modified: pygccxml_dev/pygccxml/__init__.py
===================================================================
--- pygccxml_dev/pygccxml/__init__.py 2006-05-01 13:39:02 UTC (rev 27)
+++ pygccxml_dev/pygccxml/__init__.py 2006-05-02 04:06:14 UTC (rev 28)
@@ -33,8 +33,6 @@
import pygccxml.parser as parser
import pygccxml.utils as utils
-__version__ = '0.7.2'
-
#TODO:
# 1. Write documentation for filtering functionality.
# 2. Add "explicit" property for constructors
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|