From 6c1d24811c8db11d23a596b00b4f148b92ff16a4 Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Tue, 31 May 2022 09:44:21 -0400 Subject: [PATCH] Bump version number. --- Changes.md | 6 ++++++ build.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 6655813d43..03325fde5b 100644 --- a/Changes.md +++ b/Changes.md @@ -24,6 +24,12 @@ - Subprocess32 : Changed to regular install rather than `.egg`. - TBB : Updated to version 2020.3. - USD : Updated to version 21.11. +- Update compiler to Visual Studio 2019. + +5.0.0 +----- + +- Boost : Remove version and build configuration suffixes from libraries and header directories. 4.0.0 ----- diff --git a/build.py b/build.py index 5c2a5b5d48..79ea9b5c93 100755 --- a/build.py +++ b/build.py @@ -17,7 +17,7 @@ from urllib.request import urlretrieve import stat -__version = "5.0.0" +__version = "6.0.0" """ Config file format