shithub: jbig2

Download patch

ref: 26c310efdb8e8a914c36ffe7a4944448144adeef
parent: b67e1875a83632bc7e43e44d0a98ccc64c030b94
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Thu Apr 28 00:35:55 EDT 2005

Bump the version number for new development work.


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

--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.9 (unreleased)
+
+ * no notable changes
+
 Version 0.8 (2005 April 6)
 
  * Fix an allocation error in the page array
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.8], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.9pre], [jbig2-dev@ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])