jbig2dec

Ralph Giles <[email protected]> Mon, 05 Aug 2002 15:28:17 -0700
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Update of /cvsroot/jbig2dec/jbig2dec
In directory usw-pr-cvs1:/tmp/cvs-serv17956

Modified Files:
	config_win32.h 
Log Message:
Define PACKAGE and VERSION for the win32 build


Index: config_win32.h
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/config_win32.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config_win32.h	8 Jul 2002 14:54:01 -0000	1.1
+++ config_win32.h	5 Aug 2002 22:28:15 -0000	1.2
@@ -1,5 +1,9 @@
 /* configuration header file for compiling under Microsoft Windows */
 
+/* update package version here */
+#define PACKAGE "jbig2dec"
+#define VERSION "0.1"
+
 /* define this iff you are linking to/compiling in libpng */
 #define HAVE_LIBPNG