[jbig2-cvs] rev 245 - trunk

giles@ghostscript.com giles@ghostscript.com
Wed, 7 May 2003 15:32:15 -0700


Author: giles
Date: 2003-05-07 15:32:15 -0700 (Wed, 07 May 2003)
New Revision: 245

Modified:
   trunk/CHANGES
   trunk/config_win32.h
   trunk/configure.ac
Log:
Bump version number post-release.

(recommitted after repository became corrupt. original change date Wed Apr 16 19:42:34 2003)


Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(r244)
+++ trunk/configure.ac	(r245)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.2], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.3], [jbig2-dev@ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])
 

Modified: trunk/CHANGES
==============================================================================
--- trunk/CHANGES	(r244)
+++ trunk/CHANGES	(r245)
@@ -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	(r244)
+++ trunk/config_win32.h	(r245)
@@ -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