Update of /cvsroot/pure-data/packages/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15642/patches
Modified Files: complete_version_defines-0.39.2.patch Log Message: fixed things up for a Pd-0.39.2-extended-test2 build
Index: complete_version_defines-0.39.2.patch =================================================================== RCS file: /cvsroot/pure-data/packages/patches/complete_version_defines-0.39.2.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** complete_version_defines-0.39.2.patch 13 Mar 2006 21:34:48 -0000 1.2 --- complete_version_defines-0.39.2.patch 19 Mar 2006 05:50:16 -0000 1.3 *************** *** 1,2 **** --- 1,18 ---- + Index: m_pd.h + =================================================================== + RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v + retrieving revision 1.8 + diff -u -w -r1.8 m_pd.h + --- m_pd.h 19 Aug 2005 23:28:03 -0000 1.8 + +++ m_pd.h 19 Mar 2006 04:13:32 -0000 + @@ -10,6 +10,8 @@ + + #define PD_MAJOR_VERSION 0 + #define PD_MINOR_VERSION 39 + +#define PD_BUGFIX_VERSION 2 + +#define PD_TEST_VERSION "" + + /* old name for "MSW" flag -- we have to take it for the sake of many old + "nmakefiles" for externs, which will define NT and not MSW */ Index: s_main.c =================================================================== *************** *** 5,14 **** diff -u -w -r1.20 s_main.c --- s_main.c 2 Dec 2005 04:58:24 -0000 1.20 ! +++ s_main.c 22 Feb 2006 05:54:28 -0000 @@ -2,10 +2,6 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * 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__; --- 21,30 ---- diff -u -w -r1.20 s_main.c --- s_main.c 2 Dec 2005 04:58:24 -0000 1.20 ! +++ s_main.c 19 Mar 2006 04:13:32 -0000 @@ -2,10 +2,6 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * 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__; *************** *** 38,55 **** pd_version, pd_compiletime, pd_compiledate); if (sys_version) /* if we were just asked our version, exit here. */ - Index: m_pd.h - =================================================================== - RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v - retrieving revision 1.8 - diff -u -w -r1.8 m_pd.h - --- m_pd.h 19 Aug 2005 23:28:03 -0000 1.8 - +++ m_pd.h 22 Feb 2006 05:54:28 -0000 - @@ -10,6 +10,8 @@ - - #define PD_MAJOR_VERSION 0 - #define PD_MINOR_VERSION 39 - +#define PD_BUGFIX_VERSION 2 - +#define PD_TEST_VERSION "" - - /* old name for "MSW" flag -- we have to take it for the sake of many old - "nmakefiles" for externs, which will define NT and not MSW */ --- 54,55 ----