rev 258 - trunk
[email protected] Wed, 1 Oct 2003 10:34:36 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-05-20 05:03:43 -0700 (Tue, 20 May 2003) New Revision: 258 Modified: trunk/CHANGES trunk/configure.ac Log: Bump version number post-commit. Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2003-05-20 11:03:37 UTC (rev 257) +++ trunk/CHANGES 2003-05-20 12:03:43 UTC (rev 258) @@ -1,3 +1,7 @@ +Version 0.4 (not yet released) + + * no changes yet + Version 0.3 (released 2003 May 20) * win32 portability fixes related to ghostscript integration Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2003-05-20 11:03:37 UTC (rev 257) +++ trunk/configure.ac 2003-05-20 12:03:43 UTC (rev 258) @@ -1,13 +1,13 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([jbig2dec], [0.3], [[email protected]]) +AC_INIT([jbig2dec], [0.4], [[email protected]]) AC_PREREQ(2.53) AC_CONFIG_SRCDIR([jbig2dec.c]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) -AC_REVISION([$Revision: 1.18 $]) +dnl AC_REVISION([$Revision: 1.18 $]) # Checks for programs. AC_PROG_CC