Update of /cvsroot/cvsshell/cvsshell/src
In directory usw-pr-cvs1:/tmp/cvs-serv23287/src
Modified Files:
cvs_shell.py
Log Message:
incremented version
Index: cvs_shell.py
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_shell.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** cvs_shell.py 3 Jun 2002 07:40:48 -0000 1.25
--- cvs_shell.py 3 Jun 2002 07:45:22 -0000 1.26
***************
*** 28,32 ****
from plugable_app import PlugableApp
! VERSION = '0.2'
NAME ='CvsShell'
COPYRIGHT = 'Copyright 2002 Stefan Heimann (ma...@st...).\n' \
--- 28,32 ----
from plugable_app import PlugableApp
! VERSION = '0.2.1'
NAME ='CvsShell'
COPYRIGHT = 'Copyright 2002 Stefan Heimann (ma...@st...).\n' \
|