X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=config_win32.h;h=cbead5947a6cfb584b91284965f8d50459f01f6b;hp=ec4aa47d72bbb8f59b9bcb537d7dff0374f4abab;hb=db44995ea6c326dcb51387a888da823c5d86c866;hpb=f1208cd2f514700244816377443c4951dc22c848 diff --git a/config_win32.h b/config_win32.h index ec4aa47..cbead59 100644 --- a/config_win32.h +++ b/config_win32.h @@ -81,19 +81,19 @@ #define PACKAGE "opensaml" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "https://bugs.internet2.edu/" +#define PACKAGE_BUGREPORT "https://issues.shibboleth.net/" /* Define to the full name of this package. */ #define PACKAGE_NAME "opensaml" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "opensaml 2.5" +#define PACKAGE_STRING "opensaml 2.5.5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "opensaml" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.5" +#define PACKAGE_VERSION "2.5.5" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -106,14 +106,10 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "2.5" +#define VERSION "2.5.5" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `unsigned' if does not define. */ /* #undef size_t */ - -/* The size of a `time_t', as computed by sizeof. */ -#define SIZEOF_TIME_T 8 -