shithub: jbig2

Download patch

ref: f34a521eba46e811287fb4f35519fc32f0b6d4e8
parent: 077b6518dffc75dc74fc5e6990c8529f44cb47a0
author: Ralph Giles <giles@ghostscript.com>
date: Thu Oct 29 12:29:04 EDT 2009

Update the version number in the scons build description.

--- a/SConstruct
+++ b/SConstruct
@@ -2,7 +2,7 @@
 
 env = Environment(CPPDEFINES = {'HAVE_STDINT_H' : None,
 				'PACKAGE' : '\\"jbig2dec\\"',
-				'VERSION' : '\\"0.8\\"',
+				'VERSION' : '\\"0.11\\"',
 				'JBIG2_DEBUG' : None,
 				'JBIG2_HALFTONE' : None})
 env.Append(CCFLAGS = ' -g -Wall')