change version to v0.21

This commit is contained in:
sina 2026-06-21 15:02:56 +02:00
parent 4e086328ee
commit 7dfe5be985
2 changed files with 9 additions and 2 deletions

View file

@ -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.

View file

@ -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"