Skip to content

Commit

Permalink
bumped version number for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
imranashraf committed Oct 25, 2018
1 parent bdbfc01 commit adf2063
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.5.5 ] - [ 2018-10-25 ]
### Added

### Changed
- simplified interface of Program.set_sweep_points (Issue #184)
### Removed

### Fixed
- instruction ordering to generate consistent qisa (Issue #190)
- stateful behaviour in OpenQL (Issue #171)


## [ 0.5.4 ] - [ 2018-10-17 ]
### Added

Expand Down
2 changes: 1 addition & 1 deletion ql/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define OPENQL_MINOR_VERSION 5

#define OPENQL_PATCH_VERSION 4
#define OPENQL_PATCH_VERSION 5

// Make it easier to check for QISA version dependencies.
// This assumes the PATCH and MINOR version will not exceed 99
Expand Down

0 comments on commit adf2063

Please sign in to comment.