Skip to content

Commit

Permalink
Increase Version number to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cplussharp committed Jan 15, 2022
1 parent af61da5 commit aeac03f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build: false
version: 0.7.2.{build}
version: 0.7.3.{build}
image: Visual Studio 2019
clone_depth: 1
environment:
Expand Down
2 changes: 1 addition & 1 deletion src/VersionNo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeac03f

Please sign in to comment.