Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -13,11 +13,11 @@ # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -AC_INIT([net2o], [0.1.6-20160608], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) +AC_INIT([net2o], [0.1.6-20160616], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) AC_PREREQ(2.54) AC_MSG_CHECKING([for gforth]) GFX="" Index: do ================================================================== --- do +++ do @@ -1,10 +1,10 @@ #!/bin/bash echo "This script builds net2o from scratch" -GFORTH=gforth-0.7.9_20160602 +GFORTH=gforth-0.7.9_20160616 if [ "$(uname -o)" = "Cygwin" ] then CONFOPT="--prefix=/usr $*" else