From fcd3e8e97be2801b2cf1875dbc3c8d949651a291 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 3 Dec 2011 19:51:52 +0000 Subject: [PATCH] Prepare for RC6. --- fips/fips_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fips/fips_locl.h b/fips/fips_locl.h index de8ee04086..0285c56269 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 0x20000005L -#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc5 unvalidated test module xx XXX xxxx" +#define FIPS_MODULE_VERSION_NUMBER 0x20000006L +#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc6-dev unvalidated test module xx XXX xxxx" #ifdef __cplusplus } -- 2.25.1