Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11767
Modified Files: Tag: devel_0_39 s_main.c Log Message: upgrading to 0.39-test2
Index: s_main.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_main.c,v retrieving revision 1.7.4.17 retrieving revision 1.7.4.17.2.1 diff -C2 -d -r1.7.4.17 -r1.7.4.17.2.1 *** s_main.c 6 May 2005 10:36:30 -0000 1.7.4.17 --- s_main.c 22 May 2005 13:02:26 -0000 1.7.4.17.2.1 *************** *** 8,12 **** */
! char pd_version[] = "Pd version 0.38.4 devel\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__; --- 8,12 ---- */
! char pd_version[] = "Pd version 0.39 TEST 2 devel\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__;