diff options
author | scuri <scuri> | 2008-12-11 19:07:54 +0000 |
---|---|---|
committer | scuri <scuri> | 2008-12-11 19:07:54 +0000 |
commit | 5055fa1f1f417560c106a147edc2838a9f2c9c51 (patch) | |
tree | 1a438a01d04cae66fbbba33fbc8421c1f6a387e4 | |
parent | fee5e32e65d788746fcad1b48efe581b1cb3d441 (diff) |
*** empty log message ***
-rw-r--r-- | html/en/history.html | 2 | ||||
-rw-r--r-- | src/im_lib.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/html/en/history.html b/html/en/history.html index 57bedd5..462cd14 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -11,7 +11,7 @@ <body> <h1>History of Changes</h1> -<h3 dir="ltr">CVS (03/Dez/2008)</h3> +<h3 dir="ltr">Version 3.4.1 (15/Dec/2008)</h3> <ul> <li><span style="color: #008000">Changed:</span> function <strong> imColorHSI_Smax</strong> removed from public, now it is used only diff --git a/src/im_lib.cpp b/src/im_lib.cpp index 1c81536..6c1c970 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.2 2008/12/11 19:02:49 scuri Exp $ + * $Id: im_lib.cpp,v 1.3 2008/12/11 19:07:54 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 "" -#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; |