|
From: <nsc...@us...> - 2008-09-05 08:41:37
|
Revision: 1967
http://ftm.svn.sourceforge.net/ftm/?rev=1967&view=rev
Author: nschnell
Date: 2008-09-05 08:41:47 +0000 (Fri, 05 Sep 2008)
Log Message:
-----------
no changes
Modified Paths:
--------------
trunk/ftm/ftmlib/ftmversion.h
trunk/ftm/ftmlib/parser.h
trunk/ftm/patches/max/tutorials/FTM.tutorial.8-14.pat
Modified: trunk/ftm/ftmlib/ftmversion.h
===================================================================
--- trunk/ftm/ftmlib/ftmversion.h 2008-09-04 17:34:09 UTC (rev 1966)
+++ trunk/ftm/ftmlib/ftmversion.h 2008-09-05 08:41:47 UTC (rev 1967)
@@ -1,13 +1,13 @@
/* generated automatically from xcode project ftmlib (target = ftmlib) by ./writeversion.sh */
#define FTM_VERSION_MAJOR 2
-#define FTM_VERSION_MINOR 4
+#define FTM_VERSION_MINOR 5
#define FTM_VERSION_RELEASE 0
#define FTM_VERSION_BETA "BETA"
-#define FTM_VERSION 2.4
-#define FTM_VERSION_STRING "2.4"
+#define FTM_VERSION 2.5
+#define FTM_VERSION_STRING "2.5"
#define FTM_VERSION_DATE "09/2008"
-#define FTM_VERSION_FULL 2.4.0 BETA
-#define FTM_VERSION_FULL_STRING "2.4.0 BETA"
-#define FTM_VERSION_FULL_DATE "2.4.0 BETA 09/2008"
+#define FTM_VERSION_FULL 2.5.0 BETA
+#define FTM_VERSION_FULL_STRING "2.5.0 BETA"
+#define FTM_VERSION_FULL_DATE "2.5.0 BETA 09/2008"
Modified: trunk/ftm/ftmlib/parser.h
===================================================================
--- trunk/ftm/ftmlib/parser.h 2008-09-04 17:34:09 UTC (rev 1966)
+++ trunk/ftm/ftmlib/parser.h 2008-09-05 08:41:47 UTC (rev 1967)
@@ -142,7 +142,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-#line 61 "/Users/schnell/Development/ftm-and-co/ftm/build/max/osx-macho/../../../ftmlib/parser.y"
+#line 61 "/Users/schnell/Development/ftm-and-co/ftm/build/max5/osx-macho/../../../ftmlib/parser.y"
{
fts_atom_t a;
fts_parsetree_t *n;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|