Changeset 146

Show
Ignore:
Timestamp:
10/27/04 21:46:44 (4 years ago)
Author:
jajcus
Message:

- s/CVS/SVN/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r110 r146  
    55        - PyXMPP - http://pyxmpp.jabberstudio.org/ 
    66 
    7   For latest CVS version of JJIGW you will probably need the latest CVS version of PyXMPP. 
     7  For latest SVN version of JJIGW you will probably need the latest SVN version of PyXMPP. 
    88 
    99  Release 0.2 was tested with Python 2.3.3 and PyXMPP 0.5. 
  • trunk/Makefile

    r145 r146  
    3333 
    3434version: 
    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 ; \ 
    3737        fi 
    3838