Skip to content

Commit 75a407b

Browse files
committed
fixed version issue
1 parent 6d6f644 commit 75a407b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
66
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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+
814
## [0.1.9-patch5] - 16-02-2022
915

1016
### Fixed

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
#ifndef EGTTOOLS_VERSION_H
1919
#define EGTTOOLS_VERSION_H
2020

21-
#define EGTTOOLS_VERSION 0.1.9.patch5
21+
#define EGTTOOLS_VERSION 0.1.9.dev6
2222

2323
#endif//EGTTOOLS_VERSION_H

0 commit comments

Comments
 (0)