From 1dacd427cd2d149fe46e0cb43ca45bb9344de2f7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Oct 2013 11:56:21 +0000 Subject: [PATCH] Update release notes, set version for 1.6.1 release --- doc/manual/release-notes.xml | 7 ++++++- version | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index c9cab2eef..5d057881d 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -7,7 +7,7 @@ -
Release 1.6.1 (TBA) +
Release 1.6.1 (October 28, 2013) This is primarily a bug fix release. Changes of interest are: @@ -62,6 +62,11 @@ are: on the call stack. + + New built-in function: builtins.typeOf, + which returns the type of its argument as a string. + +
diff --git a/version b/version index 7c483e8f4..2eda823ff 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7 \ No newline at end of file +1.6.1 \ No newline at end of file