rev 365 - trunk

[email protected] Wed, 8 Dec 2004 14:49:47 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Author: giles
Date: 2004-12-08 14:49:47 -0800 (Wed, 08 Dec 2004)
New Revision: 365

Modified:
   trunk/CHANGES
   trunk/configure.ac
Log:
Bump version number post-release, and correct a CHANGES typo.


Modified: trunk/CHANGES
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/CHANGES	2004-12-08 21:55:16 UTC (rev 364)
+++ trunk/CHANGES	2004-12-08 22:49:47 UTC (rev 365)
@@ -1,3 +1,7 @@
+Version 0.8 (unreleased)
+
+ * no changes as of yet
+
 Version 0.7 (2004 December 8)
=20
  * properly initialize page buffers
@@ -4,7 +8,7 @@
  * refinement region handling
  * successfully decodes ubc test streams 042_21, 042_22 and 042_23
  * generic region template 3 handling with arbitrary AT locations
- * seccussfully decodes ubc test stream 042_6 and 042_7
+ * successfully decodes ubc test stream 042_6 and 042_7
 =20
 Version 0.6 (2003 December 31)
=20

Modified: trunk/configure.ac
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/configure.ac	2004-12-08 21:55:16 UTC (rev 364)
+++ trunk/configure.ac	2004-12-08 22:49:47 UTC (rev 365)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
=20
-AC_INIT([jbig2dec], [0.7], [[email protected]])
+AC_INIT([jbig2dec], [0.8pre], [[email protected]])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])
=20