shithub: jbig2

Download patch

ref: a065bcb4b13998d875073212087b2a84aa132cc7
parent: afc8acb7f41c4569e208301153449c2fd8dbd9da
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed Dec 8 17:49:47 EST 2004

Bump version number post-release, and correct a CHANGES typo.


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

--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.8 (unreleased)
+
+ * no changes as of yet
+
 Version 0.7 (2004 December 8)
 
  * 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
  
 Version 0.6 (2003 December 31)
 
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.7], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.8pre], [jbig2-dev@ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])