Skip to content

Commit

Permalink
Merge pull request #7 from eddieantonio/v6.1-dev
Browse files Browse the repository at this point in the history
Bump to v6.1.0
  • Loading branch information
eddieantonio committed Jan 31, 2016
2 parents 29eed5d + 6bc8f95 commit c1a72df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This file is inspired by [Keep a `CHANGELOG`](http://keepachangelog.com/).

## [Unreleased]
## [6.1.0]
### Added
- `Make exports` which outputs shell `export` commands (to avoid global installation)

### Changed
- More conventional directory layout (#4)

## [6.0.0] - 2016-01-04
## [6.0.1] - 2016-01-04
### Fixed
- Bug in implementation of [WB6](http://unicode.org/reports/tr29/#WB6)
- Special case U+0020 SPACE ' ' as a graphic character
Expand All @@ -35,7 +35,8 @@ This file is inspired by [Keep a `CHANGELOG`](http://keepachangelog.com/).
### Fixed
- Compiles on modern OS X and Ubuntu

[Unreleased]: https://github.com/eddieantonio/isri-ocr-evaluation-tools/compare/v6.0.1...HEAD
[Unreleased]: https://github.com/eddieantonio/isri-ocr-evaluation-tools/compare/v6.1.0...HEAD
[6.1.0]: https://github.com/eddieantonio/isri-ocr-evaluation-tools/compare/v6.0.1...v6.1.0
[6.0.1]: https://github.com/eddieantonio/isri-ocr-evaluation-tools/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/eddieantonio/isri-ocr-evaluation-tools/compare/v5.1.3...v6.0.0
[5.1.3]: https://github.com/eddieantonio/isri-ocr-evaluation-tools/compare/v5.1.0...v5.1.3
2 changes: 1 addition & 1 deletion src/isri_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define ISRI_VERSION_MAJOR "6"
#define ISRI_VERSION_MINOR "0"
#define ISRI_VERSION_MINOR "1"
#define ISRI_VERSION ISRI_VERSION_MAJOR "." ISRI_VERSION_MINOR

0 comments on commit c1a72df

Please sign in to comment.