shithub: jbig2

Download patch

ref: 6aa746d4788e43727f93ed58581ef13f45f5e4b1
parent: 45ced1e5e5c2cb8401bc7784297a905aba29051d
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed Aug 7 06:18:42 EDT 2002

bump version post release


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@191 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-Version 0.1
+Version 0.2 (not yet released)
+
+ * 
+
+Version 0.1 (released 2002 August 6)
 
  * decodes artithmetic and huffman-coded generic regions
     - some templates not working
--- a/config_win32.h
+++ b/config_win32.h
@@ -2,7 +2,7 @@
 
 /* update package version here */
 #define PACKAGE "jbig2dec"
-#define VERSION "0.1"
+#define VERSION "0.2"
 
 /* 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.1], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.2], [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.12 $])
+AC_REVISION([$Revision: 1.13 $])
 
 # Checks for programs.
 AC_PROG_CC