diff options
author | scuri <scuri> | 2009-07-06 04:28:05 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-06 04:28:05 +0000 |
commit | 2ce22cdf8bfb37640c58a708fb49083f12a36003 (patch) | |
tree | 28ab773cdaab62f59ed4336c805335c8df96bde9 | |
parent | e91dd4dedeef0863cdfbc0be48f6c8a5ecd7c8df (diff) |
*** empty log message ***
-rw-r--r-- | include/im_lib.h | 4 | ||||
-rw-r--r-- | src/im_lib.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/im_lib.h b/include/im_lib.h index aba789f..a22edf5 100644 --- a/include/im_lib.h +++ b/include/im_lib.h @@ -31,8 +31,8 @@ extern "C" { */ #define IM_AUTHOR "Antonio Scuri" #define IM_COPYRIGHT "Copyright (C) 1994-2009 Tecgraf, PUC-Rio." -#define IM_VERSION "3.4.2" -#define IM_VERSION_NUMBER 304002 +#define IM_VERSION "3.4" /* bug fixes are reported only by imVersion functions */ +#define IM_VERSION_NUMBER 304000 #define IM_VERSION_DATE "2009/06/26" #define IM_DESCRIPTION "Image Representation, Storage, Capture and Processing" #define IM_NAME "IM - An Imaging Toolkit" diff --git a/src/im_lib.cpp b/src/im_lib.cpp index 6c1c970..7f84085 100644 --- a/src/im_lib.cpp +++ b/src/im_lib.cpp @@ -2,7 +2,7 @@ * \brief Library Management * * See Copyright Notice in im_lib.h - * $Id: im_lib.cpp,v 1.3 2008/12/11 19:07:54 scuri Exp $ + * $Id: im_lib.cpp,v 1.4 2009/07/06 04:28:05 scuri Exp $ */ #include <stdlib.h> @@ -11,8 +11,8 @@ #include "im_lib.h" /* This appears only here to avoid changing the iup.h header fo bug fixes */ -#define IM_VERSION_FIX ".1" -#define IM_VERSION_FIX_NUMBER 1 +#define IM_VERSION_FIX ".2" +#define IM_VERSION_FIX_NUMBER 2 static char *iVersion = "TECVERID.str:IM:LIB:" IM_VERSION IM_VERSION_FIX; |