ref: 5c9498154bb7e722777fcda2294b31535ef06e08
parent: 48db6a4570673a48ee2c911d2259c79437080b54
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed May 7 18:32:15 EDT 2003
Bump version number post-release. (recommitted after repository became corrupt. original change date Wed Apr 16 19:42:34 2003) git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@245 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.4 (not yet released)
+
+ * no changes yet
+
Version 0.2 (released 2003 April 17)
* portability fixes
--- a/config_win32.h
+++ b/config_win32.h
@@ -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
--- a/configure.ac
+++ b/configure.ac
@@ -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])