/* This file is part of TIFFViewer Copyright (C) 2002-6 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 */ /* 30-Aug-2003: commenced 31-Aug-2003: 0.1b1 - to Cliff at Blue Globe, Emil 31-Aug-2003: 0.1b2 - public release 01-Sep-2003: 0.1b3 - fix anamorphic pixels 01-Sep-2003: 0.1b4 - move divides out of inner scaling loop! 06-Sep-2003: 0.2b1 - add scrolling 07-Sep-2003: 0.2b3 - general cleanups 08-Sep-2003: 0.2b4 - improve page navigation, add key shortcuts 17-Sep-2003: 0.2b5 - fix 'plst' resource 12-Jun-2004: 0.2b6 - release GPL source 12-Mar-2006: 0.2f1,2 - update for libtiff-3.8.0; include zlib-1.2.3 support; add missing tif_mac.c file */ #define APP_NAME "TIFF Viewer" #define VERSION_STR "0.2f2" #define VERSION_NUM 0,0x20,final,2 #define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,APP_NAME " " VERSION_STR