[Cvsshell-devel] CVS: cvsshell/src cvs_shell.py,1.40,1.41
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2003-04-19 18:20:31
|
Update of /cvsroot/cvsshell/cvsshell/src In directory sc8-pr-cvs1:/tmp/cvs-serv17564 Modified Files: cvs_shell.py Log Message: changed version to 0.5 beta 1 Index: cvs_shell.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_shell.py,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** cvs_shell.py 19 Apr 2003 18:08:19 -0000 1.40 --- cvs_shell.py 19 Apr 2003 18:20:27 -0000 1.41 *************** *** 36,40 **** from plugable_app import PlugableApp ! VERSION = '0.5.0rc4' NAME ='CvsShell' COPYRIGHT = 'Copyright 2002, 2003 Stefan Heimann (ma...@st...).\n' \ --- 36,40 ---- from plugable_app import PlugableApp ! VERSION = '0.5 beta 1' NAME ='CvsShell' COPYRIGHT = 'Copyright 2002, 2003 Stefan Heimann (ma...@st...).\n' \ |