summaryrefslogtreecommitdiffstats
path: root/fips/fips_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-24 16:58:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-24 16:58:49 +0000
commit45e5f551acf65e1b2c36161e356637045cc5f793 (patch)
treedd2bcec1501916c2652b5c7c140797bfb1dda685 /fips/fips_locl.h
parent51035e733c1f62140a4dd282d981d5884ee00e0a (diff)
Prepare for RC2.
Diffstat (limited to 'fips/fips_locl.h')
-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 5af6c1f367..24743be6ab 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 0x20000001L
-#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc1 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER 0x20000002L
+#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc2-dev unvalidated test module xx XXX xxxx"
#ifdef __cplusplus
}