Skip to content

Commit

Permalink
Prepare 1.6.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed May 18, 2018
1 parent 63cbbdd commit bdbd467
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
This project DOES NOT adhere to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.6.7] - 2018-05-17
### Changed
- Renamed `libtcod-CHANGELOG.txt` to `CHANGELOG.md`
- SCons builder now outputs `libtcodgui` instead of `libtcod-gui` to match
Expand All @@ -18,7 +20,8 @@ This project DOES NOT adhere to [Semantic Versioning](http://semver.org/).
character codes that were not automatically assigned during initialization.
Previously you could only assign codes up to the total number of tiles in the
font.
- `console_rexpaint.h` was missing from Autotools installs.
- Fixed including libtcod from Autotools installs, the `console_rexpaint.h`
header was missing. (James Byrnes)

## [1.6.6] - 2018-04-06
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

libtcod is a free, fast, portable and uncomplicated API for roguelike developers providing an advanced true color console, input, and lots of other utilities frequently used in roguelikes.

1.6.5 (pre-release): [![Build status](https://ci.appveyor.com/api/projects/status/6jh07hq205iy0mlh/branch/default?svg=true)](https://ci.appveyor.com/project/rmtew/libtcod/branch/default)
Status: [![Build status](https://ci.appveyor.com/api/projects/status/6jh07hq205iy0mlh/branch/default?svg=true)](https://ci.appveyor.com/project/rmtew/libtcod/branch/default)

## What can it do? ##

Expand Down
6 changes: 3 additions & 3 deletions include/libtcod_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#ifndef LIBTCOD_VERSION_H
#define LIBTCOD_VERSION_H

#define TCOD_HEXVERSION 0x010606
#define TCOD_STRVERSION "1.6.6"
#define TCOD_TECHVERSION 0x01060600
#define TCOD_HEXVERSION 0x010607
#define TCOD_STRVERSION "1.6.7"
#define TCOD_TECHVERSION 0x01060700

#define TCOD_STRVERSIONNAME "libtcod "TCOD_STRVERSION

Expand Down

0 comments on commit bdbd467

Please sign in to comment.