summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index de7dd3a1a..df2645ee1 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -20,7 +20,7 @@ if [ $? = 0 ] ; then # BSD case
MY_AM_VER=19
;;
*)
- MY_AC_VER=-2.61
+ MY_AC_VER=-2.62
MY_AM_VER=-1.9
;;
esac