Prepare for RC3 (which may never happen).
authorDr. Stephen Henson <steve@openssl.org>
Tue, 8 Nov 2011 19:08:40 +0000 (19:08 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 8 Nov 2011 19:08:40 +0000 (19:08 +0000)
fips/fips_locl.h

index 63695ceb00bcc7754c1b388ecaacf6a8a3adcb14..9a5e99d73c5505ac997f0567f4fe5d660893bceb 100644 (file)
@@ -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     0x20000002L
-#define FIPS_MODULE_VERSION_TEXT       "FIPS 2.0-rc2 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER     0x20000003L
+#define FIPS_MODULE_VERSION_TEXT       "FIPS 2.0-rc3-dev unvalidated test module xx XXX xxxx"
 
 #ifdef  __cplusplus
 }