jbig2dec
Ralph Giles <[email protected]> Wed, 07 Aug 2002 03:18:44 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jbig2dec/jbig2dec
In directory usw-pr-cvs1:/tmp/cvs-serv26247
Modified Files:
CHANGES config_win32.h configure.ac
Log Message:
bump version post release
Index: CHANGES
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/CHANGES,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CHANGES 5 Aug 2002 16:56:19 -0000 1.3
+++ CHANGES 7 Aug 2002 10:18:42 -0000 1.4
@@ -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
Index: config_win32.h
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/config_win32.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config_win32.h 5 Aug 2002 22:28:15 -0000 1.2
+++ config_win32.h 7 Aug 2002 10:18:42 -0000 1.3
@@ -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
Index: configure.ac
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- configure.ac 5 Aug 2002 18:06:06 -0000 1.12
+++ configure.ac 7 Aug 2002 10:18:42 -0000 1.13
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.1], [[email protected]])
+AC_INIT([jbig2dec], [0.2], [[email protected]])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])