ref: 6d84b2d7485948d2cec6568ddb2541d8aee5870f
parent: 1820a7e88e9f3b67bc53026be3853c715c11a911
author: Chris Liddell <chris.liddell@artifex.com>
date: Wed Oct 4 10:07:11 EDT 2017
Version and dates for jbig2dec release
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.14 (2017 October 04)
+
+* Bug fix release.
+
Version 0.13 (2016 April 07)
* Bug fix release.
--- a/config_win32.h
+++ b/config_win32.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2016 Artifex Software, Inc.
+/* Copyright (C) 2001-2017 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -21,7 +21,7 @@
/* update package version here */
#define PACKAGE "jbig2dec"
-#define VERSION "0.13"
+#define VERSION "0.14"
#if defined(_MSC_VER) || (defined(__BORLANDC__) && defined(__WIN32__))
/* Microsoft Visual C++ or Borland C++ */
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.13], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.14], [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 "2016 April 08" "Version 0.13" "jbig2dec Manual"
+.TH jbig2dec 1 "2017 October 04" "Version 0.14" "jbig2dec Manual"
.SH NAME
jbig2dec \- File format converter specialized in JBIG2 decoding