Bump version to 0.6~dev.

This commit is contained in:
Vassil Vassilev 2017-11-02 17:29:58 +01:00 committed by sftnight
parent 0f1d6d24d4
commit 8d0f2c4e1e
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
0.5
0.6~dev

View File

@ -2,7 +2,7 @@ Introduction
============
This document contains the release notes for the interactive C++ interpreter
Cling, release 0.5. Cling is built on top of [Clang](http://clang.llvm.org) and
Cling, release 0.6. Cling is built on top of [Clang](http://clang.llvm.org) and
[LLVM](http://llvm.org>) compiler infrastructure. Here we
describe the status of Cling in some detail, including major
improvements from the previous release and new feature work.
@ -11,7 +11,7 @@ Note that if you are reading this file from a git checkout or the main
[Cling web page](https://rawgit.com/root-project/cling/master/www/index.html),
this document applies to the *next* release, not the current one.
What's New in Cling 0.5?
What's New in Cling 0.6?
========================
Some of the major new features and improvements to Cling are listed
@ -37,7 +37,7 @@ Fixed Bugs
<!---Uniquify by sort ReleaseNotes.md | uniq -c | grep -v '1 ' --->
<!---Get release bugs
git log v0.4..master | grep 'ROOT-' | \
git log v0.5..master | grep 'ROOT-' | \
s,^.*(ROOT-[0-9]+).*$,[\1]\(https://sft.its.cern.ch/jira/browse/\1\),' | uniq
--->
<!---Standard MarkDown doesn't support neither variables nor <base>
@ -75,5 +75,5 @@ gouarin (1)
Yuki Yamaura (1)
<!---Find contributor list for this release
git log --pretty=format:"%an" v0.4...master | sort | uniq -c | sort -rn
git log --pretty=format:"%an" v0.5...master | sort | uniq -c | sort -rn
--->