Skip to content

Commit

Permalink
Release 0.5.7
Browse files Browse the repository at this point in the history
	Add support to FreeBSD 11.2
  • Loading branch information
pizzamig committed Jun 28, 2018
1 parent 90280ae commit 5b8bfe2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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).

## [Unreleased]
## [0.5.7] 2018-06-28
### Added
- create-base : add support to FreeBSD 11.2

### Fixed
- version (#038) : fix the version number showed

## [0.5.6] 2018-05-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion bin/pot
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Environment initialization and initial checks

_POT_VERSION=0.5.0
_POT_VERSION=0.5.7
_POT_PATHNAME="$(realpath "$0")"
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"
Expand Down
2 changes: 1 addition & 1 deletion share/pot/create-base.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# supported releases
: ${_POT_RELEASES:="10.1 10.3 10.4 11.0 11.1"}
: ${_POT_RELEASES:="10.1 10.3 10.4 11.0 11.1 11.2"}
create-base-help()
{
echo "pot create-base [-h] [-r RELEASE]"
Expand Down

0 comments on commit 5b8bfe2

Please sign in to comment.