Merge pull request #2386 from BrzVlad/fix-jit
[mono.git] / support / stdlib.c
index 56df107016f6d1c4affdf29d4d81ecf3ab27e4a7..523ae92482899dca3582cb5103d2e085506530d6 100644 (file)
 
 G_BEGIN_DECLS
 
+// See Stdlib.cs
+const char *
+Mono_Unix_VersionString ()
+{
+       return "MonoProject-2015-12-1";
+}
+
 gint32
 Mono_Posix_Stdlib_EXIT_FAILURE (void)
 {