rev 244 - trunk
[email protected] Wed, 16 Apr 2003 19:42:34 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-04-16 19:42:33 -0700 (Wed, 16 Apr 2003) New Revision: 244 Modified: trunk/CHANGES trunk/config_win32.h trunk/configure.ac Log: Bump version number post-release. Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac (original) +++ trunk/configure.ac Wed Apr 16 19:42:34 2003 @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([jbig2dec], [0.2], [[email protected]]) +AC_INIT([jbig2dec], [0.3], [[email protected]]) AC_PREREQ(2.53) AC_CONFIG_SRCDIR([jbig2dec.c]) Modified: trunk/CHANGES ============================================================================== --- trunk/CHANGES (original) +++ trunk/CHANGES Wed Apr 16 19:42:34 2003 @@ -1,3 +1,7 @@ +Version 0.4 (not yet released) + + * no changes yet + Version 0.2 (released 2003 April 17) * portability fixes Modified: trunk/config_win32.h ============================================================================== --- trunk/config_win32.h (original) +++ trunk/config_win32.h Wed Apr 16 19:42:34 2003 @@ -2,7 +2,7 @@ /* update package version here */ #define PACKAGE "jbig2dec" -#define VERSION "0.2" +#define VERSION "0.3" /* define this iff you are linking to/compiling in libpng */ #define HAVE_LIBPNG