# HG changeset patch # User wenzelm # Date 1488466890 -3600 # Node ID 23202c455a3ed92fd1bc7c77702116669703f223 # Parent 9a0e34edfad18e21f9e86d4de6d5526aa45fa339 tuned message; diff -r 9a0e34edfad1 -r 23202c455a3e src/Pure/General/http.scala --- 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)