diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 65304650a..f2f5cd052 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-12-06 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Config/version.mk: 5.2-test-2. + 2016-12-05 Peter Stephenson <p.stephenson@samsung.com> * 40102: Test/ztst.zsh, Test/C02cond.ztst: create test IO diff --git a/Config/version.mk b/Config/version.mk index b63ad0cf0..ca3da65ca 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=5.2-test-1 -VERSION_DATE='December 2, 2016' +VERSION=5.2-test-2 +VERSION_DATE='December 6, 2016' |