From 566ee18d73d00ea968d91cb041816d1f074fdfcf Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 28 May 2021 15:30:21 +0000 Subject: [PATCH] Fix grave off-by-one issue in the release. --- VERSION | 2 +- docs/ReleaseNotes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index eb49d7c7f..6154a8415 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7 +0.8~dev diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 8c7081313..d91113265 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -2,7 +2,7 @@ Introduction ============ This document contains the release notes for the automatic differentiation -plugin for clang Clad, release 0.7. Clad is built on top of +plugin for clang Clad, release 0.8. Clad is built on top of [Clang](http://clang.llvm.org) and [LLVM](http://llvm.org>) compiler infrastructure. Here we describe the status of Clad 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, this document applies to the *next* release, not the current one. -What's New in Clad 0.7? +What's New in Clad 0.8? ======================== Some of the major new features and improvements to Clad are listed here. Generic