shithub: jbig2

Download patch

ref: 59be9fea452d6079836e8fd6e3ae9e79c6dddcf4
parent: c241cf3a3b2b982577ed97aab47ea562e927bbea
author: Chris Liddell <chris.liddell@artifex.com>
date: Thu Apr 4 06:44:50 EDT 2019

Update jbig2dec stuff for 0.16 release

--- a/CHANGES
+++ b/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
--- a/config_win32.h
+++ b/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
 
--- a/configure.ac
+++ b/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])
 
--- a/jbig2dec.1
+++ b/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