From d268ea7d6a1b6d0226aa21ca4d3b2be8f8dc2254 Mon Sep 17 00:00:00 2001 From: Francois-Olivier Devaux Date: Fri, 23 Feb 2007 10:48:11 +0000 Subject: [PATCH] Changed version number from 1.1.0 to 1.1.1 in openjpeg.h --- ChangeLog | 1 + libopenjpeg/openjpeg.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d7e88c92..70885949 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ What's New for OpenJPEG February 23, 2007 * [GB] Fixed a copy-and-paste type assignment error (bool instead of int) in the JPWL section of decoder parameters structure in openjpeg.h; minor type-casting in jpwl_lib.c. As a result, now OPJViewer should run correctly when built against the most current SVN trunk of LibOpenJPEG.lib +* [FOD] Changed version number from 1.1.0 to 1.1.1 in openjpeg.h February 22, 2007 + [FOD] Added the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of the university of Perugia diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 71baf02f..6b529138 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -31,7 +31,7 @@ #ifndef OPENJPEG_H #define OPENJPEG_H -#define OPENJPEG_VERSION "1.1.0" +#define OPENJPEG_VERSION "1.1.1" /* ==========================================================