rev 306 - trunk

[email protected] Tue, 16 Mar 2004 17:08:13 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Author: giles
Date: 2003-12-31 08:29:40 -0800 (Wed, 31 Dec 2003)
New Revision: 306

Modified:
   trunk/CHANGES
   trunk/configure.ac
Log:
Update version and changelog for 0.6 release.


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2003-12-31 16:25:47 UTC (rev 305)
+++ trunk/CHANGES	2003-12-31 16:29:40 UTC (rev 306)
@@ -1,3 +1,7 @@
+Version 0.5 (2003 December 31)
+
+ * minor portability fix for cygwin
+
 Version 0.5 (2003 December 4)
 
  * compiler warning fixes

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2003-12-31 16:25:47 UTC (rev 305)
+++ trunk/configure.ac	2003-12-31 16:29:40 UTC (rev 306)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.5], [[email protected]])
+AC_INIT([jbig2dec], [0.6], [[email protected]])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])