mirror of
https://github.com/HyperDbg/HyperDbg
synced 2026-08-15 06:29:09 -04:00
change version to v0.21
This commit is contained in:
parent
4e086328ee
commit
7dfe5be985
2 changed files with 9 additions and 2 deletions
|
|
@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.21.0.0] - 2026-XX-XX
|
||||
New release of the HyperDbg Debugger.
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
## [0.20.0.0-beta] - 2026-06-21
|
||||
New release of the HyperDbg Debugger.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@
|
|||
//////////////////////////////////////////////////
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_PATCH 0
|
||||
|
||||
#define BETA_VERSION TRUE
|
||||
#define BETA_VERSION FALSE
|
||||
|
||||
//
|
||||
// Example of __DATE__ string: "Jul 27 2012"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue