[jbig2-cvs] rev 258 - trunk
giles at ghostscript.com
giles at ghostscript.com
Wed Oct 1 11:34:36 PDT 2003
Author: giles
Date: 2003-05-20 05:03:43 -0700 (Tue, 20 May 2003)
New Revision: 258
Modified:
trunk/CHANGES
trunk/configure.ac
Log:
Bump version number post-commit.
Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES 2003-05-20 11:03:37 UTC (rev 257)
+++ trunk/CHANGES 2003-05-20 12:03:43 UTC (rev 258)
@@ -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
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2003-05-20 11:03:37 UTC (rev 257)
+++ trunk/configure.ac 2003-05-20 12:03:43 UTC (rev 258)
@@ -1,13 +1,13 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.3], [jbig2-dev at ghostscript.com])
+AC_INIT([jbig2dec], [0.4], [jbig2-dev at ghostscript.com])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])
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
More information about the jbig2-cvs
mailing list