diff options
Diffstat (limited to 'im/include/im_lib.h')
-rwxr-xr-x | im/include/im_lib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/im/include/im_lib.h b/im/include/im_lib.h index b72b646..964faee 100755 --- a/im/include/im_lib.h +++ b/im/include/im_lib.h @@ -30,10 +30,10 @@ extern "C" { * @{ */ #define IM_AUTHOR "Antonio Scuri" -#define IM_COPYRIGHT "Copyright (C) 1994-2009 Tecgraf, PUC-Rio." -#define IM_VERSION "3.5" /* bug fixes are reported only by imVersion functions */ -#define IM_VERSION_NUMBER 305000 -#define IM_VERSION_DATE "2009/10/02" +#define IM_COPYRIGHT "Copyright (C) 1994-2010 Tecgraf, PUC-Rio." +#define IM_VERSION "3.6" /* bug fixes are reported only by imVersion functions */ +#define IM_VERSION_NUMBER 306000 +#define IM_VERSION_DATE "2010/01/26" #define IM_DESCRIPTION "Image Representation, Storage, Capture and Processing" #define IM_NAME "IM - An Imaging Toolkit" /** @} */ @@ -105,7 +105,7 @@ int imVersionNumber(void); \verbatim **************************************************************************** -Copyright (C) 1994-2009 Tecgraf, PUC-Rio. +Copyright (C) 1994-2010 Tecgraf, PUC-Rio. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |