Updated the test for NSPR 4.1.2.
Tag: NSPRPUB_RELEASE_4_1_BRANCH. git-svn-id: svn://10.0.0.236/branches/NSPRPUB_RELEASE_4_1_BRANCH@97476 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -49,12 +49,12 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* This release (4.1.1) is backward compatible with the
|
||||
* 4.0.x and 4.1 releases. It, of course, is compatible with
|
||||
* This release (4.1.2) is backward compatible with the
|
||||
* 4.0.x, 4.1, and 4.1.1 releases. It, of course, is compatible with
|
||||
* itself.
|
||||
*/
|
||||
static char *compatible_version[] = {
|
||||
"4.0", "4.0.1", "4.0.2", "4.1", PR_VERSION
|
||||
"4.0", "4.0.1", "4.0.2", "4.1", "4.1.1", PR_VERSION
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user