diff options
author | scuri <scuri> | 2009-10-01 14:43:41 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-10-01 14:43:41 +0000 |
commit | 2ebbd68dd0ecafb8531f71ee3dfab5c2647be1ae (patch) | |
tree | f44659b032253271e184126c07d5e2a1957ee442 /src | |
parent | 537ce7ddb32932a2100ae767b1eca51a9dd1c35f (diff) |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/im_lib.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/im_lib.cpp b/src/im_lib.cpp index 7f84085..05a71d8 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.4 2009/07/06 04:28:05 scuri Exp $ + * $Id: im_lib.cpp,v 1.5 2009/10/01 14:43:42 scuri Exp $ */ #include <stdlib.h> @@ -10,9 +10,9 @@ #include "im_lib.h" -/* This appears only here to avoid changing the iup.h header fo bug fixes */ -#define IM_VERSION_FIX ".2" -#define IM_VERSION_FIX_NUMBER 2 +/* 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 static char *iVersion = "TECVERID.str:IM:LIB:" IM_VERSION IM_VERSION_FIX; |