summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-18 21:59:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-18 21:59:36 +0000
commit52876c3100f4cd38f02b9b4c2b08e2496e96314e (patch)
treed4e27b04ca2909a324bbb4a16a571959def584d8
parentc08128acc2dc5c4c8c1083f0f2bded2e1f097a0d (diff)
bump version to rc4-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 c46caf639c..7b7fc61917 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 0x20000003L
-#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc3 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER 0x20000004L
+#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc4-dev unvalidated test module xx XXX xxxx"
#ifdef __cplusplus
}