summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2019-04-04 10:44:50 +0100
committerChris Liddell <chris.liddell@artifex.com>2019-04-04 10:44:50 +0100
commit12e31a72ffe1d2da30bf2c1976795b72ccd320b2 (patch)
treec1c312adee76c9f0848f31fde3b1cf0f41b78211
parent76c6de5428936c8fdb7269d7fcc31d4bdc83d745 (diff)
downloadghostpdl-12e31a72ffe1d2da30bf2c1976795b72ccd320b2.tar.gz
Update jbig2dec stuff for 0.16 release
-rw-r--r--jbig2dec/CHANGES2
-rw-r--r--jbig2dec/config_win32.h2
-rw-r--r--jbig2dec/configure.ac2
-rw-r--r--jbig2dec/jbig2dec.12
4 files changed, 4 insertions, 4 deletions
diff --git a/jbig2dec/CHANGES b/jbig2dec/CHANGES
index f49f71623..a58dcd472 100644
--- a/jbig2dec/CHANGES
+++ b/jbig2dec/CHANGES
@@ -1,4 +1,4 @@
-Version 0.16
+Version 0.16 (2019 April 04)
* API change allowing for library users to get the custom allocator
so it may be freed if necessary. This is useful if the allocator
diff --git a/jbig2dec/config_win32.h b/jbig2dec/config_win32.h
index a07f17998..2bd8a3c51 100644
--- a/jbig2dec/config_win32.h
+++ b/jbig2dec/config_win32.h
@@ -21,7 +21,7 @@
/* update package version here */
#define PACKAGE "jbig2dec"
-#define VERSION "0.15"
+#define VERSION "0.16"
#ifdef _MSC_VER
diff --git a/jbig2dec/configure.ac b/jbig2dec/configure.ac
index cc4575845..cdba44713 100644
--- a/jbig2dec/configure.ac
+++ b/jbig2dec/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.15], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.16], [jbig2-dev@ghostscript.com])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])
diff --git a/jbig2dec/jbig2dec.1 b/jbig2dec/jbig2dec.1
index f3516c771..abe305d18 100644
--- a/jbig2dec/jbig2dec.1
+++ b/jbig2dec/jbig2dec.1
@@ -1,4 +1,4 @@
-.TH jbig2dec 1 "2018 September 04" "Version 0.15" "jbig2dec Manual"
+.TH jbig2dec 1 "2019 April 04" "Version 0.16" "jbig2dec Manual"
.SH NAME
jbig2dec \- File format converter specialized in JBIG2 decoding