/* This file is part of 8XI (TI-83 Plus) Format, a File Format plugin for Adobe Photoshop Copyright (C) 2006 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-Jun-2006: 0.1b1,2 - commenced, thanks to suggestion by Pieter Hiele 17-Jun-2006: 0.1b3 - add basic ability to save */ #define VERSION_STR "0.1b3" #define VERSION_NUM 0,0x10,beta,3 #define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"8XI (TI-83 Plus) Format " VERSION_STR /* formatted for Win32 VERSIONINFO resource */ #define VI_VERS_NUM 0,1,0,3 #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 "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 ' '