Changeset 146
- Timestamp:
- 10/27/04 21:46:44 (4 years ago)
- Files:
-
- trunk/INSTALL (modified) (1 diff)
- trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r110 r146 5 5 - PyXMPP - http://pyxmpp.jabberstudio.org/ 6 6 7 For latest CVS version of JJIGW you will probably need the latest CVSversion of PyXMPP.7 For latest SVN version of JJIGW you will probably need the latest SVN version of PyXMPP. 8 8 9 9 Release 0.2 was tested with Python 2.3.3 and PyXMPP 0.5. trunk/Makefile
r145 r146 33 33 34 34 version: 35 if test -f " CVS/Entries" ; then \36 echo "version='$(VERSION)+ cvs'" > jjigw/version.py ; \35 if test -f "SVN/Entries" ; then \ 36 echo "version='$(VERSION)+svn'" > jjigw/version.py ; \ 37 37 fi 38 38
