/* This file is part of pathtotext, a Filter plugin for Adobe Illustrator Copyright (C) 2002-6 Toby Thain, toby@telegraphics.com.au This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* 11-May-2005: 0.1b1 - first release 14-May-2005: 0.1b2 - minor tweaks to output formatting 28-Jan-2006: 0.1b3 - include Mac/CS2 (Mach-O) build 16-Mar-2006: 1.0f1 - add default extension TXT for file save (Windows) */ #define VERSION_STR "1.0f1" #define VERSION_NUM 1,0x00,final,1 #define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Pathtotext " VERSION_STR /* formatted for Win32 VERSIONINFO resource */ #define VI_VERS_NUM 1,0,0,1 #define VI_FLAGS 0 /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */ #define VI_COMMENTS "Final.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0" /* null terminated Comments field */