We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6f644 commit 75a407bCopy full SHA for 75a407b
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
6
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.9-patch6] - 16-02-2022
9
+
10
+### Fixed
11
12
+- Fixed error on version formatting, it should be `0.1.9.dev6` instead of `0.1.9.patch6`.
13
14
## [0.1.9-patch5] - 16-02-2022
15
16
### Fixed
src/version.h
@@ -18,6 +18,6 @@
18
#ifndef EGTTOOLS_VERSION_H
19
#define EGTTOOLS_VERSION_H
20
21
-#define EGTTOOLS_VERSION 0.1.9.patch5
+#define EGTTOOLS_VERSION 0.1.9.dev6
22
23
#endif//EGTTOOLS_VERSION_H
0 commit comments