/* This file is part of "Count Colours", a filter plugin for Adobe Photoshop Copyright (C) 2003-9 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 */ /* 19-Sep-2003: started 0.1b1 20-Sep-2003: 0.1b2 - use Photoshop's handle suite 20-Sep-2003: 0.1b3 - cleanups, CodeWarrior project, 68K build 21-Sep-2003: 0.1b4 - GPL source release 02-Feb-2005: make final, add Win VERSIONINFO 06-Mar-2006: 1.1b1 - add 16-bit support as suggested by Harald Heim 07-Mar-2006: 1.1b2,3 - include Mac versions 08-Mar-2006: 1.1b4 - switch to pool memory management for 8 bit RGB 06-May-2007: 1.2b1 - Mach-O & Universal builds (CS2, CS3/Mac) 14-Nov-2009: 1.2b2 - add NMAKE makefile and Win64 CS4 build */ #define VERSION_STR "1.2b2" #define VERSION_NUM 1,0x20,beta,2 #define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Count Colours " VERSION_STR /* formatted for Win32 VERSIONINFO resource */ #define VI_VERS_NUM 1,2,0,2 #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 */ /* wildcard signature in resources */ #define ANY ' '