From 4619a94ebfe4af25f3fd95074b02b7d8ad50ac88 Mon Sep 17 00:00:00 2001 From: Francois-Olivier Devaux Date: Fri, 21 Dec 2007 10:39:41 +0000 Subject: [PATCH] VERSION 1.3.0 RELEASE --- CMakeLists.txt | 2 +- ChangeLog | 5 +++++ Makefile | 2 +- libopenjpeg/openjpeg.h | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a49567e8..df1230e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ INCLUDE_REGULAR_EXPRESSION("^.*$") #----------------------------------------------------------------------------- # OPENJPEG version number, useful for packaging and doxygen doc: SET(OPENJPEG_VERSION_MAJOR 1) -SET(OPENJPEG_VERSION_MINOR 2) +SET(OPENJPEG_VERSION_MINOR 3) SET(OPENJPEG_VERSION_BUILD 0) SET(OPENJPEG_VERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}") diff --git a/ChangeLog b/ChangeLog index fc99684f..924455bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ What's New for OpenJPEG ! : changed + : added +---------------------- +December 21, 2007 +VERSION 1.3.0 RELEASED +---------------------- + December 21, 2007 * [FOD] Bug fixed by David Bruken. Fixed memory allocation issue in opj_malloc.h ! [FOD] Possible errors in pi_create_encode handled diff --git a/Makefile b/Makefile index f72d478a..542e182e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Linux makefile for OpenJPEG VER_MAJOR = 2 -VER_MINOR = 1.2.0 +VER_MINOR = 1.3.0 SRCS = ./libopenjpeg/bio.c ./libopenjpeg/cio.c ./libopenjpeg/dwt.c ./libopenjpeg/event.c ./libopenjpeg/image.c ./libopenjpeg/j2k.c ./libopenjpeg/j2k_lib.c ./libopenjpeg/jp2.c ./libopenjpeg/jpt.c ./libopenjpeg/mct.c ./libopenjpeg/mqc.c ./libopenjpeg/openjpeg.c ./libopenjpeg/pi.c ./libopenjpeg/raw.c ./libopenjpeg/t1.c ./libopenjpeg/t2.c ./libopenjpeg/tcd.c ./libopenjpeg/tgt.c INCLS = ./libopenjpeg/bio.h ./libopenjpeg/cio.h ./libopenjpeg/dwt.h ./libopenjpeg/event.h ./libopenjpeg/fix.h ./libopenjpeg/image.h ./libopenjpeg/int.h ./libopenjpeg/j2k.h ./libopenjpeg/j2k_lib.h ./libopenjpeg/jp2.h ./libopenjpeg/jpt.h ./libopenjpeg/mct.h ./libopenjpeg/mqc.h ./libopenjpeg/openjpeg.h ./libopenjpeg/pi.h ./libopenjpeg/raw.h ./libopenjpeg/t1.h ./libopenjpeg/t2.h ./libopenjpeg/tcd.h ./libopenjpeg/tgt.h ./libopenjpeg/opj_malloc.h ./libopenjpeg/opj_includes.h diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index e82e4e07..ffcaacaf 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -32,7 +32,7 @@ #ifndef OPENJPEG_H #define OPENJPEG_H -#define OPENJPEG_VERSION "1.2.0" +#define OPENJPEG_VERSION "1.3.0" /* ==========================================================