shithub: jbig2

Download patch

ref: 2c6315036696b95ebec9dbb770283fee37b076fd
parent: 554d849f37c9e0a6b715378feca28c1187fc3c75
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Aug 5 18:28:15 EDT 2002

Define PACKAGE and VERSION for the win32 build


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@164 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/config_win32.h
+++ b/config_win32.h
@@ -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