/* This file is part of icobundle Copyright (C) 2003-8 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 */ /* VERSION HISTORY 03-May-2003: v1.0b1 command line version (OS X/Linux) released 07-May-2003: v1.1b1 - Mac OS version with drag'n'drop 10-May-2003: v1.1b2 - DOS command line version 21-May-2003: v1.1b3 - fixed bug in dwBytesInRes check 17-Sep-2003: v1.1b4 - fixed 'plst' resource 28-Jul-2004: v1.1f1 - fix screwed up DOS executables? (thanks to Troy Dalldorf) 02-Feb-2005: add Win VERSIONINFO 20-Sep-2005: v1.1f2 - clean up Makefile, some warnings 27-Mar-2006: v1.2b1 - support bundling PNG (Vista) icons 09-Mar-2007: v1.2f1 - update README 14-Jan-2008: v1.2f2 - add 'fat' target for Universal OS X build */ #define VERSION_STR "1.2f2" #define VERSION_NUM 1,0x20,final,2 #define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"ICOBundle " VERSION_STR " © 2003-8 Telegraphics www.telegraphics.com.au/sw" /* formatted for Win32 VERSIONINFO resource */ // development = 0x20, alpha = 0x40, beta = 0x60, final = 0x80 #define VI_VERS_NUM 1,2,0x80,2 #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 */ /* wildcard signature in resources */ #define ANY ' '