Skip to content

Commit

Permalink
fixed version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Feb 16, 2022
1 parent 6d6f644 commit 75a407b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.9-patch6] - 16-02-2022

### Fixed

- Fixed error on version formatting, it should be `0.1.9.dev6` instead of `0.1.9.patch6`.

## [0.1.9-patch5] - 16-02-2022

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#ifndef EGTTOOLS_VERSION_H
#define EGTTOOLS_VERSION_H

#define EGTTOOLS_VERSION 0.1.9.patch5
#define EGTTOOLS_VERSION 0.1.9.dev6

#endif//EGTTOOLS_VERSION_H

0 comments on commit 75a407b

Please sign in to comment.