author | wenzelm |
Thu, 02 Mar 2017 16:01:30 +0100 | |
changeset 65084 | 23202c455a3e |
parent 65083 | 9a0e34edfad1 |
child 65085 | 9d53b892140a |
--- a/src/Pure/General/http.scala Thu Mar 02 15:56:43 2017 +0100 +++ b/src/Pure/General/http.scala Thu Mar 02 16:01:30 2017 +0100 @@ -123,7 +123,7 @@ case "" => Mercurial.repository(Path.explode("~~")).id() case id => id } - Some(Response.text("Welcome to Isabelle (" + id + ")")) + Some(Response.text("Welcome to Isabelle/" + id + ": " + Distribution.version)) } else None)