ref: 54850de6b0bf55dd409a699be469a133be564028
parent: 0797f658a74d280ca5bcec76ca932475d3b24be9
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue May 20 08:03:43 EDT 2003
Bump version number post-commit. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@258 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/CHANGES
+++ b/CHANGES
@@ -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
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.3], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.4], [jbig2-dev@ghostscript.com])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])
@@ -7,7 +7,7 @@
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