shithub: jbig2

Download patch

ref: d8e9f02f19e1c219472e1434c32c8102f35b92dd
parent: 48ba3a7c989a61e4b597636eeee9098f2eed8e11
author: Chris Liddell <chris.liddell@artifex.com>
date: Thu Apr 7 11:33:53 EDT 2016

Update version number and dates for jbig2dec release

will be v0.13

--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.13 (2016 April 07)
+
+* Bug fix release.
+
 Version 0.12 (2014 October 1)
 
 * Bug fix release.
--- a/config_win32.h
+++ b/config_win32.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2012 Artifex Software, Inc.
+/* Copyright (C) 2001-2016 Artifex Software, Inc.
    All Rights Reserved.
 
    This software is provided AS-IS with no warranty, either express or
@@ -22,7 +22,7 @@
 
 /* update package version here */
 #define PACKAGE "jbig2dec"
-#define VERSION "0.12"
+#define VERSION "0.13"
 
 #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.12], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.13], [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 "2014 Oct 31" "Version 0.12" "jbig2dec Manual"
+.TH jbig2dec 1 "2016 April 08" "Version 0.13" "jbig2dec Manual"
 
 .SH NAME
 jbig2dec \- File format converter specialized in JBIG2 decoding