diff options
author | scuri <scuri> | 2010-04-23 17:45:44 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-04-23 17:45:44 +0000 |
commit | 6fb288bedf7bec5e35a2650a852eb49d2709d66a (patch) | |
tree | 2ebb51ab474e54b646fd99f563cf54c53fb5fa6d | |
parent | 6f0c80103ae733c4d66ae59111e34d6fd9fe6992 (diff) |
*** empty log message ***
-rw-r--r-- | html/en/download.html | 4 | ||||
-rw-r--r-- | html/en/history.html | 2 | ||||
-rw-r--r-- | src/im_lib.cpp | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/html/en/download.html b/html/en/download.html index 30e5c30..3ffb3a0 100644 --- a/html/en/download.html +++ b/html/en/download.html @@ -19,8 +19,8 @@ http://sourceforge.net/projects/imtoolkit/files/</a> </p> <p class="info"> Use this link for the latest version: -<a href="http://sourceforge.net/projects/imtoolkit/files/3.6/"> -http://sourceforge.net/projects/imtoolkit/files/3.6/</a> </p> +<a href="http://sourceforge.net/projects/imtoolkit/files/3.6.1/"> +http://sourceforge.net/projects/imtoolkit/files/3.6.1/</a> </p> <p>Before downloading any precompiled binaries, you should read before the <a href="download_tips.html">Tecgraf Library Download Tips</a>.</p> diff --git a/html/en/history.html b/html/en/history.html index ed4e2d6..3dbf975 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -12,7 +12,7 @@ <h2>History of Changes</h2> <h3 dir="ltr"> - CVS (08/Apr/2010)</h3> + <a href="http://sourceforge.net/projects/imtoolkit/files/3.6.1/">Version 3.6.1</a> (08/Apr/2010)</h3> <ul dir="ltr"> <li dir="ltr"><span style="color: #008000"><span style="color: #ff0000">Fixed:</span><span style="color: #000000"> invalid memory access in <strong> diff --git a/src/im_lib.cpp b/src/im_lib.cpp index 05a71d8..4860ea7 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.5 2009/10/01 14:43:42 scuri Exp $ + * $Id: im_lib.cpp,v 1.6 2010/04/23 17:45:44 scuri Exp $ */ #include <stdlib.h> @@ -11,8 +11,8 @@ #include "im_lib.h" /* This appears only here to avoid changing the im_lib.h header for bug fixes */ -#define IM_VERSION_FIX "" -#define IM_VERSION_FIX_NUMBER 0 +#define IM_VERSION_FIX ".1" +#define IM_VERSION_FIX_NUMBER 1 static char *iVersion = "TECVERID.str:IM:LIB:" IM_VERSION IM_VERSION_FIX; |