summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-03 19:51:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-03 19:51:52 +0000
commitfcd3e8e97be2801b2cf1875dbc3c8d949651a291 (patch)
treeb2001d249d8d88f9fa8e5590c7ddf965e334af42 /fips
parent476e7e49722aa8759943628c8b6c7aa1aa6988b3 (diff)
Prepare for RC6.
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 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
}