summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2010-11-09 12:18:08 +0000
committerscuri <scuri>2010-11-09 12:18:08 +0000
commit47695ef9390718f6ee3b8ea184debda973531d30 (patch)
tree1dd8318367120b1630c4e47148356f648cfcb788
parente9981554bfa9b36800d2d2c9aedcad4dae97b60c (diff)
*** empty log message ***
-rw-r--r--html/en/download.html4
-rw-r--r--html/en/history.html3
-rw-r--r--src/im_lib.cpp8
3 files changed, 8 insertions, 7 deletions
diff --git a/html/en/download.html b/html/en/download.html
index f46ad9e..ce35c00 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.2/">
-http://sourceforge.net/projects/imtoolkit/files/3.6.2/</a> </p>
+<a href="http://sourceforge.net/projects/imtoolkit/files/3.6.3/">
+http://sourceforge.net/projects/imtoolkit/files/3.6.3/</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 f789543..6b55c03 100644
--- a/html/en/history.html
+++ b/html/en/history.html
@@ -26,7 +26,8 @@
<h2>History of Changes</h2>
<h3 dir="ltr">
- CVS (25/Oct/2010)</h3>
+ <a href="http://sourceforge.net/projects/imtoolkit/files/3.6.3/">Version
+ 3.6.3</a> (09/Nov/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 499f5a9..e1f350b 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.8 2010/06/22 13:26:01 scuri Exp $
+ * $Id: im_lib.cpp,v 1.9 2010/11/09 12:18:08 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 ".2"
-#define IM_VERSION_FIX_NUMBER 2
-#define IM_VERSION_FIX_DATE "2010/06/22"
+#define IM_VERSION_FIX ".3"
+#define IM_VERSION_FIX_NUMBER 3
+#define IM_VERSION_FIX_DATE "2010/11/09"
static char *iVersion = "TECVERID.str:IM:LIB:" IM_VERSION IM_VERSION_FIX;