Release 0.7.7.

This commit is contained in:
Bartosz Taudul 2021-04-01 17:48:24 +02:00
parent e35d02186d
commit da29ec975b
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -6,7 +6,7 @@ Note: Release numbers are nothing more than numbers. There are some
"missing" versions due to trace file changes during development. This is not
a mistake.
v0.x.x (xxxx-xx-xx)
v0.7.7 (2021-04-01)
-------------------
- Linux crash handler will now also catch SIGABRT.

View File

@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 6 };
enum { Patch = 7 };
}
}