Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16165/pd/src
Modified Files: Tag: stable_0_39 s_main.c Log Message: fix s_main.c version number
Index: s_main.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_main.c,v retrieving revision 1.20 retrieving revision 1.20.4.1 diff -C2 -d -r1.20 -r1.20.4.1 *** s_main.c 2 Dec 2005 04:58:24 -0000 1.20 --- s_main.c 17 Jul 2007 23:47:58 -0000 1.20.4.1 *************** *** 3,7 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
! char pd_version[] = "Pd version 0.39-2\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__; --- 3,7 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
! char pd_version[] = "Pd version 0.39-3\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__;