/* This file is part of "5_6_5", a filter plugin for Adobe Photoshop Copyright (C) 2004-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 */ /* 14-Apr-2004: 1.0b1 - first release 14-Apr-2004: 1.0b2 - fix channel rounding bug 02-Feb-2005: make final, add Win VERSIONINFO 25-Feb-2005: 1.0f3 - add 5_5_5 variant (per Nimai) 02-Nov-2006: 1.1b1 - add 666, 777 variants (per Scott Stewart) 24-Jan-2007: 1.1b2 - change maxSpace handling (to help problem reported by Lucie Levesque) 03-Apr-2007: 1.2b1 - Universal Mach-O build (requested by Nick Farina) 01-Nov-2008: 1.2b2 - VSC++ 2008 build (for William Soragna) 10-Jun-2009: 1.3b1 - 64-bit Windows build for CS4 30-Jan-2011: 1.4b1 - build for OS X CS5 (for Markus Buberl) */ #define VERSION_STR "1.4b1" #define VERSION_NUM 1,0x40,beta,1 #define VERS_RSRC VERSION_NUM, verAustralia, VERSION_STR, \ VERSION_STR ", Copyright (C) Toby Thain 2004-2011 http://www.telegraphics.com.au/" /* formatted for Win32 VERSIONINFO resource */ #define VI_VERS_NUM 1,4,0,1 #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 ' '