rev 397 - trunk
[email protected] Wed, 27 Apr 2005 21:35:55 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2005-04-27 21:35:55 -0700 (Wed, 27 Apr 2005) New Revision: 397 Modified: trunk/CHANGES trunk/configure.ac Log: Bump the version number for new development work. 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 2005-04-28 04:33:44 UTC (rev 396) +++ trunk/CHANGES 2005-04-28 04:35:55 UTC (rev 397) @@ -1,3 +1,7 @@ +Version 0.9 (unreleased) + + * no notable changes + Version 0.8 (2005 April 6) =20 * Fix an allocation error in the page array 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 2005-04-28 04:33:44 UTC (rev 396) +++ trunk/configure.ac 2005-04-28 04:35:55 UTC (rev 397) @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. =20 -AC_INIT([jbig2dec], [0.8], [[email protected]]) +AC_INIT([jbig2dec], [0.9pre], [[email protected]]) AC_PREREQ(2.53) AC_CONFIG_SRCDIR([jbig2dec.c]) =20