From: Dr. Stephen Henson Date: Tue, 8 Nov 2011 19:08:40 +0000 (+0000) Subject: Prepare for RC3 (which may never happen). X-Git-Tag: OpenSSL-fips-2_0-rc2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7437036cdf3aefa51be93b3bc6e04c4c21e2cf5d;p=oweals%2Fopenssl.git Prepare for RC3 (which may never happen). --- diff --git a/fips/fips_locl.h b/fips/fips_locl.h index 63695ceb00..9a5e99d73c 100644 --- a/fips/fips_locl.h +++ b/fips/fips_locl.h @@ -67,8 +67,8 @@ int fips_post_failed(int id, int subid, void *ex); int fips_post_corrupt(int id, int subid, void *ex); int fips_post_status(void); -#define FIPS_MODULE_VERSION_NUMBER 0x20000002L -#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc2 unvalidated test module xx XXX xxxx" +#define FIPS_MODULE_VERSION_NUMBER 0x20000003L +#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc3-dev unvalidated test module xx XXX xxxx" #ifdef __cplusplus }