Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15364/src
Modified Files: s_main.c Log Message: ... more changes to try to upload 0.38 test 5 to CVS
Index: s_main.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** s_main.c 6 Sep 2004 20:20:35 -0000 1.5 --- s_main.c 6 Sep 2004 20:44:42 -0000 1.6 *************** *** 8,12 **** */
! char pd_version[] = "Pd version 0.38 TEST 4\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__; --- 8,12 ---- */
! char pd_version[] = "Pd version 0.38 TEST 5\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__;