summaryrefslogtreecommitdiff
path: root/src/im_lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/im_lib.cpp')
-rw-r--r--src/im_lib.cpp8
1 files changed, 4 insertions, 4 deletions
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;