summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gs/jbig2dec/CHANGES4
-rw-r--r--gs/jbig2dec/config_win32.h2
-rw-r--r--gs/jbig2dec/configure.ac2
-rw-r--r--gs/jbig2dec/jbig2dec.12
4 files changed, 7 insertions, 3 deletions
diff --git a/gs/jbig2dec/CHANGES b/gs/jbig2dec/CHANGES
index e10a4f67a..3ad03b699 100644
--- a/gs/jbig2dec/CHANGES
+++ b/gs/jbig2dec/CHANGES
@@ -1,3 +1,7 @@
+Version 0.12 (2014 October 1)
+
+* Bug fix release.
+
Version 0.11 (2010 February 2)
* Support for generic regions with typical prediction (042_8.jb2)
diff --git a/gs/jbig2dec/config_win32.h b/gs/jbig2dec/config_win32.h
index 78dfd0596..aa2994933 100644
--- a/gs/jbig2dec/config_win32.h
+++ b/gs/jbig2dec/config_win32.h
@@ -22,7 +22,7 @@
/* update package version here */
#define PACKAGE "jbig2dec"
-#define VERSION "0.11"
+#define VERSION "0.12"
#if defined(_MSC_VER) || (defined(__BORLANDC__) && defined(__WIN32__))
/* Microsoft Visual C++ or Borland C++ */
diff --git a/gs/jbig2dec/configure.ac b/gs/jbig2dec/configure.ac
index 1cb2422b2..bc1e38f1a 100644
--- a/gs/jbig2dec/configure.ac
+++ b/gs/jbig2dec/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.11], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.12], [jbig2-dev@ghostscript.com])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])
diff --git a/gs/jbig2dec/jbig2dec.1 b/gs/jbig2dec/jbig2dec.1
index df8ba2723..da3793ca5 100644
--- a/gs/jbig2dec/jbig2dec.1
+++ b/gs/jbig2dec/jbig2dec.1
@@ -1,4 +1,4 @@
-.TH jbig2dec 1 "2010 Feb 2" "Version 0.11" "jbig2dec Manual"
+.TH jbig2dec 1 "2014 Oct 31" "Version 0.12" "jbig2dec Manual"
.SH NAME
jbig2dec \- File format converter specialized in JBIG2 decoding