Skip to content

Commit 8d80b64

Browse files
committed
Merge pull request #536 from rneatherway/mono-4
Adjust mono requirements and F# version
2 parents 8237a04 + ee089bf commit 8d80b64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([fsharp], [3.1], [https://github.com/fsharp/fsharp/issues])
5+
AC_INIT([fsharp], [4.0], [https://github.com/fsharp/fsharp/issues])
66

77
# Checks for programs.
88
AC_PROG_MAKE_SET
@@ -24,8 +24,8 @@ fi
2424
AC_MSG_NOTICE("pkg-config: $PKG_CONFIG")
2525
AC_MSG_NOTICE("PKG_CONFIG_LIBDIR: $PKG_CONFIG_LIBDIR")
2626

27-
MONO_REQUIRED_VERSION=3.0
28-
MONO_RECOMMENDED_VERSION=3.2
27+
MONO_REQUIRED_VERSION=4.0
28+
MONO_RECOMMENDED_VERSION=4.2
2929

3030
if ! $PKG_CONFIG --atleast-version=$MONO_REQUIRED_VERSION mono; then
3131
AC_MSG_ERROR("You need mono $MONO_REQUIRED_VERSION")

0 commit comments

Comments
 (0)