summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-21 00:05:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-21 00:05:15 +0000
commit6ecd287acc7720f89b7b11bb609988e6c67439cb (patch)
treec64b8165a56be0c8afff85ee375d71b81c063822 /fips
parent0e508c12e0233bcfa308cfd6481fdcfe6a19f6d1 (diff)
bump version for rc5-dev: hopefully will never be needed...
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 46dc1a4611..0100428258 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 0x20000004L
-#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc4 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER 0x20000005L
+#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc5-dev unvalidated test module xx XXX xxxx"
#ifdef __cplusplus
}