summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2010-06-22 13:26:00 +0000
committerscuri <scuri>2010-06-22 13:26:00 +0000
commit21a8228c1e1035adf553ce68ec4a182c85002737 (patch)
tree04719db065cd401e3ca7b3d20c95c6ea4cf43877
parent3398fd37a19b5eda77fc9feab59804137795f14a (diff)
*** empty log message ***
-rw-r--r--html/en/download.html4
-rw-r--r--html/en/history.html2
-rw-r--r--src/im_lib.cpp8
3 files changed, 7 insertions, 7 deletions
diff --git a/html/en/download.html b/html/en/download.html
index 3ffb3a0..f46ad9e 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.1/">
-http://sourceforge.net/projects/imtoolkit/files/3.6.1/</a> </p>
+<a href="http://sourceforge.net/projects/imtoolkit/files/3.6.2/">
+http://sourceforge.net/projects/imtoolkit/files/3.6.2/</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 326c8dc..4455158 100644
--- a/html/en/history.html
+++ b/html/en/history.html
@@ -26,7 +26,7 @@
<h2>History of Changes</h2>
<h3 dir="ltr">
- CVS (25/Apr/2010)</h3>
+ <a href="http://sourceforge.net/projects/imtoolkit/files/3.6.2/">Version 3.6.2</a> (22/Jun/2010)</h3>
<ul dir="ltr">
<li dir="ltr"><span class="hist_new">New:</span><span style="color: #008000"><span
style="color: #000000">
diff --git a/src/im_lib.cpp b/src/im_lib.cpp
index a1f2909..499f5a9 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.7 2010/05/04 21:56:17 scuri Exp $
+ * $Id: im_lib.cpp,v 1.8 2010/06/22 13:26:01 scuri Exp $
*/
#include <stdlib.h>
@@ -11,9 +11,9 @@
#include "im_lib.h"
/* This appears only here to avoid changing the im_lib.h header for bug fixes */
-#define IM_VERSION_FIX ".1"
-#define IM_VERSION_FIX_NUMBER 1
-#define IM_VERSION_FIX_DATE "2010/04/23"
+#define IM_VERSION_FIX ".2"
+#define IM_VERSION_FIX_NUMBER 2
+#define IM_VERSION_FIX_DATE "2010/06/22"
static char *iVersion = "TECVERID.str:IM:LIB:" IM_VERSION IM_VERSION_FIX;