]> granicus.if.org Git - openjpeg/commitdiff
Changed version number from 1.1.0 to 1.1.1 in openjpeg.h
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Fri, 23 Feb 2007 10:48:11 +0000 (10:48 +0000)
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Fri, 23 Feb 2007 10:48:11 +0000 (10:48 +0000)
ChangeLog
libopenjpeg/openjpeg.h

index d7e88c9273bdc3308e593e151eb239a4196949a2..708859490fa9c2197f062badaed40096717bddfd 100644 (file)
--- 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
index 71baf02f6b053df72ef03b2b49577f37b6231c45..6b52913882c81e589d0691e062c08941878f61c2 100644 (file)
@@ -31,7 +31,7 @@
 #ifndef OPENJPEG_H
 #define OPENJPEG_H
 
-#define OPENJPEG_VERSION "1.1.0"
+#define OPENJPEG_VERSION "1.1.1"
 
 /* 
 ==========================================================