Skip to content

Commit

Permalink
Bumped version to 0.3.2. Updated changelog and authors file.
Browse files Browse the repository at this point in the history
  • Loading branch information
TankOs committed Apr 5, 2017
1 parent 0bd6173 commit 93f601a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ If you're missing in this file, please add yourself with contact info.
* [eXpl0it3r](https://github.com/eXpl0it3r)
* [Zax37](https://github.com/Zax37)
* [BurningEnlightment](https://github.com/BurningEnlightenment)
* [kiwon0905 ](https://github.com/kiwon0905)
* [Belfer](https://github.com/Belfer)
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release 0.3.2

Enhancements:

* Compatibility to SFML 2.4.2.
* Added `sfg::Box::SetOrientation`.

Fixes:

* Fixed `sfg::Canvas::Draw` `vertex_count` parameter type.

## Release 0.3.1

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project( SFGUI )

set( SFGUI_MAJOR_VERSION 0 )
set( SFGUI_MINOR_VERSION 3 )
set( SFGUI_REVISION_VERSION 1 )
set( SFGUI_REVISION_VERSION 2 )

### USER INPUT ###

Expand Down

0 comments on commit 93f601a

Please sign in to comment.