diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 216b7c5fc..6db9670c0 100644 --- a/configure.ac +++ b/configure.ac @@ -290,7 +290,7 @@ AC_SUBST([GECKO_LIBS]) # ***************** if test "$gecko_cv_have_gecko_1_9_1" = "yes"; then - WEASEL_UA_VERSION="3.1" + WEASEL_UA_VERSION="3.5" elif test "$gecko_cv_have_gecko_1_9_0" = "yes"; then WEASEL_UA_VERSION="3.0" elif test "$gecko_cv_gecko_version_int" -ge "1009000"; then |