rev 742 - in trunk: . include/prothon
SVN User <[email protected]> Fri, 16 Jul 2004 01:47:01 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-07-16 01:46:56 -0400 (Fri, 16 Jul 2004) New Revision: 742 Modified: trunk/STATUS.txt trunk/include/prothon/prothon.h Log: status update Modified: trunk/STATUS.txt =================================================================== --- trunk/STATUS.txt 2004-07-16 05:15:58 UTC (rev 741) +++ trunk/STATUS.txt 2004-07-16 05:46:56 UTC (rev 742) @@ -8,6 +8,8 @@ --- revisit all methods to change list returns into generators --- change methods into properties +--- no -d@ kicks you totally out of Prothon + --- bug in simple instantiation in the console in 710 --- getAttr, delAttr, getAttrNoProp, setAttrNoProp, & delAttrNoProp Modified: trunk/include/prothon/prothon.h =================================================================== --- trunk/include/prothon/prothon.h 2004-07-16 05:15:58 UTC (rev 741) +++ trunk/include/prothon/prothon.h 2004-07-16 05:46:56 UTC (rev 742) @@ -85,7 +85,7 @@ #endif #define PROTHON_VERSION_NUMBER "0.1" -#define PROTHON_VERSION_BUILD "$Rev: 719$" +#define PROTHON_VERSION_BUILD "$Rev: 742$" #define PROTHON_VERSION_DATE __DATE__ #ifndef FALSE