Changed version number from 1.1.0 to 1.1.1 in openjpeg.h

This commit is contained in:
Francois-Olivier Devaux 2007-02-23 10:48:11 +00:00
parent 0eaafe93ac
commit d268ea7d6a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -31,7 +31,7 @@
#ifndef OPENJPEG_H
#define OPENJPEG_H
#define OPENJPEG_VERSION "1.1.0"
#define OPENJPEG_VERSION "1.1.1"
/*
==========================================================