--- src/yelp-gecko-utils.cpp~ 2011-04-27 23:12:56.000000000 +0400 +++ src/yelp-gecko-utils.cpp 2011-05-11 02:04:54.000000000 +0400 @@ -213,8 +213,8 @@ nsresult rv; #ifdef XPCOM_GLUE static const GREVersionRange greVersion = { - "2.0a", PR_TRUE, - "2.0", PR_TRUE + "2.0", PR_TRUE, + "2.0.2", PR_TRUE }; char xpcomLocation[PATH_MAX]; rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, sizeof (xpcomLocation));