mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
update version to v0.22
This commit is contained in:
parent
bf974ffcc2
commit
19ffafae43
2 changed files with 10 additions and 1 deletions
|
|
@ -4,6 +4,15 @@ 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.22.0.0] - 2026-XX-XX
|
||||
New release of the HyperDbg Debugger.
|
||||
|
||||
### Added
|
||||
-
|
||||
|
||||
### Changed
|
||||
-
|
||||
|
||||
## [0.21.0.0] - 2026-07-05
|
||||
New release of the HyperDbg Debugger.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//////////////////////////////////////////////////
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_PATCH 0
|
||||
|
||||
#define BETA_VERSION FALSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue