Verified Commit 504daf86 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Bump version number

parent fef481ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ dnl Process this file with autoconf to produce a configure script.
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

AC_INIT([net2o], [0.9.0-20190711], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist])
AC_INIT([net2o], [0.9.0-20190801], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist])
AC_PREREQ([2.59])
AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

echo "This script builds net2o from scratch"

GFORTH=gforth-0.7.9_20190711
GFORTH=gforth-0.7.9_20190801

if [ "$(uname -o)" = "Cygwin" ]
then