added JSVersion JSVERSION_1_4

This commit is contained in:
shaver%netscape.com 1998-08-01 19:43:23 +00:00
parent 304e4f89c2
commit 9a3213a374

View File

@ -100,6 +100,7 @@ typedef enum JSVersion {
JSVERSION_1_1 = 110,
JSVERSION_1_2 = 120,
JSVERSION_1_3 = 130,
JSVERSION_1_4 = 140,
JSVERSION_DEFAULT = 0,
JSVERSION_UNKNOWN = -1
} JSVersion;