summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-12 14:02:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-12 14:02:57 +0000
commitc567812fa6d240e9ef5661d43326c26c7b85343e (patch)
tree7c79cd9193d2fd4bbe5db7b5b0286ca4d7b5f0d3
parent49dbcbaa4b844dae21c368e2e13fef07b143b085 (diff)
set version to rc8-dev
-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 98d95f699d..c7f3e3ac1f 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 0x20000007L
-#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc7 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER 0x20000008L
+#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc8-dev unvalidated test module xx XXX xxxx"
#ifdef __cplusplus
}