summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-24 16:53:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-24 16:53:59 +0000
commit51035e733c1f62140a4dd282d981d5884ee00e0a (patch)
tree492aad2c40e263cb4c617bcb68fa6f3a06e96ead
parent319c7264b0f5b6851f1582f8af9619145cd2f0b2 (diff)
prepare for RC1
-rw-r--r--README.FIPS2
-rw-r--r--fips/fips_locl.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.FIPS b/README.FIPS
index c41bab9930..cbd598c943 100644
--- a/README.FIPS
+++ b/README.FIPS
@@ -1,4 +1,4 @@
-Preliminary status and build information for FIPS module v2.0
+Preliminary status and build information for FIPS module v2.0 rc1
NB: if you are cross compiling you now need to use the latest "incore" script
this can be found at util/incore in the tarballs.
diff --git a/fips/fips_locl.h b/fips/fips_locl.h
index df3863f91e..5af6c1f367 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 0x20000000L
-#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-dev unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER 0x20000001L
+#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc1 unvalidated test module xx XXX xxxx"
#ifdef __cplusplus
}