Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / control / version_sml.src
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2009,2013,2016,2018 Matthew Fluet.
2 *
3 * MLton is released under a BSD-style license.
4 * See the file MLton-LICENSE for details.
5 *)
6
7structure Version =
8 struct
9 val version = "MLTON_VERSION"
10
11 val banner = concat ["MLton ", version]
12 end