added JSVersion JSVERSION_1_4

git-svn-id: svn://10.0.0.236/trunk@7061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com
1998-08-01 19:43:23 +00:00
parent ad6622db39
commit e450ec31e8

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;