From aeac03fcfd957195467a47331164a7834e2bd7ec Mon Sep 17 00:00:00 2001 From: CPlusSharp Date: Sat, 15 Jan 2022 12:43:30 +0100 Subject: [PATCH] Increase Version number to 0.7.3 --- README.md | 2 ++ appveyor.yml | 2 +- src/VersionNo.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29fe7f7..aa34c65 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ See [docs/FAQ.md](docs/FAQ.md) ### Recent changes See also [commit log comments](https://github.com/cplussharp/graph-studio-next/commits/master) +### Release 0.7.3.1 (2022-01-15) + *New Features:* * Relative paths to reference media files in GRFX [issue #319](https://github.com/cplussharp/graph-studio-next/issues/319) * Better support for editing and persisting filters created directly from DLL class factory [issue #318](https://github.com/cplussharp/graph-studio-next/issues/318) [issue #317](https://github.com/cplussharp/graph-studio-next/issues/317) [issue #227](https://github.com/cplussharp/graph-studio-next/issues/227) diff --git a/appveyor.yml b/appveyor.yml index b3a72e8..213ed7c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ build: false -version: 0.7.2.{build} +version: 0.7.3.{build} image: Visual Studio 2019 clone_depth: 1 environment: diff --git a/src/VersionNo.h b/src/VersionNo.h index 3084acf..d43f886 100644 --- a/src/VersionNo.h +++ b/src/VersionNo.h @@ -5,7 +5,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 7 -#define VERSION_REVISION 2 +#define VERSION_REVISION 3 #if ENV_BUILD_NR > 0 #define VERSION_BUILD ENV_BUILD_NR