summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-08 19:08:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-08 19:08:40 +0000
commit7437036cdf3aefa51be93b3bc6e04c4c21e2cf5d (patch)
treeb56a7b9862721f7f09f5a3fa97169230e5ff2db4 /fips
parentffa76736fa7c0f46414db029b7d2a3f2df0e546c (diff)
Prepare for RC3 (which may never happen).
Diffstat (limited to 'fips')
-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 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
}