[jbig2-cvs] rev 244 - trunk
giles@ghostscript.com
giles@ghostscript.com
Wed, 16 Apr 2003 19:42:34 -0700
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], [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 (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