[Cvsshell-devel] CVS: cvsshell/src cvs_shell.py,1.48,1.49
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2003-06-04 06:34:41
|
Update of /cvsroot/cvsshell/cvsshell/src In directory sc8-pr-cvs1:/tmp/cvs-serv3326 Modified Files: cvs_shell.py Log Message: changed the version string Index: cvs_shell.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_shell.py,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** cvs_shell.py 26 Apr 2003 12:49:58 -0000 1.48 --- cvs_shell.py 4 Jun 2003 06:34:37 -0000 1.49 *************** *** 36,40 **** from plugable_app import PlugableApp ! VERSION = '0.5.0' NAME ='CvsShell' COPYRIGHT = 'Copyright 2002, 2003 Stefan Heimann (ma...@st...).\n' \ --- 36,40 ---- from plugable_app import PlugableApp ! VERSION = '0.5.1' NAME ='CvsShell' COPYRIGHT = 'Copyright 2002, 2003 Stefan Heimann (ma...@st...).\n' \ |