diff --git a/LICENSE b/LICENSE index 2f90a9c..5871f4b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2013-2015 Connor Olding +Copyright (C) 2013-2016 Connor Olding Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/get_eigen b/get_eigen index 073e938..40214c7 100755 --- a/get_eigen +++ b/get_eigen @@ -1,9 +1,9 @@ #!/usr/bin/env bash set -e -a='eigen-eigen-b30b87236a1b' +a='eigen-eigen-dc6cfdf9bcec' gz="${a}.tar.gz" -url='https://bitbucket.org/eigen/eigen/get/3.2.7.tar.gz' +url='https://bitbucket.org/eigen/eigen/get/3.2.9.tar.gz' SRCDIR="$(readlink -f "$(dirname "$0")" )" cd "$SRCDIR"