summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-12 13:44:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-12 13:44:05 +0000
commit49dbcbaa4b844dae21c368e2e13fef07b143b085 (patch)
treebd6f014acebca0a35b66c46819116accd3e5191c
parentdf0884ffb7cd8042ae901793934de281674aa569 (diff)
Prepare for RC7.OpenSSL-fips-2_0-rc7
-rw-r--r--fips/fips_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fips/fips_locl.h b/fips/fips_locl.h
index 10c593e3a4..98d95f699d 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 0x20000006L
-#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc6 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER 0x20000007L
+#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc7 unvalidated test module xx XXX xxxx"
#ifdef __cplusplus
}