/* This file is part of patharea, a Filter plugin for Adobe(R) Illustrator(R) Copyright (C) 1995-2011 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 */ /* 31-May-2005: 0.1b1 - initial version 02-Jul-2005: 0.1b2 - first public release 06-Jul-2008: 1.0b1 - Univeral PPC+Intel build 13-Sep-2009: 1.1b1 - build with CS4 SDK 16-Sep-2009: 1.1b2 - fix CS3/Mac build 15-Dec-2009: 1.1b3 - tweak based on pathtotext changes 16-Aug-2010: 1.1b4 - tweak OS X build 15-Mar-2011: - more tweaks, release to A Tzekin */ #define VERSION_STR "1.1b4" #define VERSION_NUM 1,0x10,beta,4 #define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"PathArea " VERSION_STR /* formatted for Win32 VERSIONINFO resource */ #define VI_VERS_NUM 1,1,0x60,4 #define VI_FLAGS VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */ #define VI_COMMENTS "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0" /* null terminated Comments field */