update version / credits

pull/175/head
Sean Barrett 2015-09-13 06:33:49 -07:00
parent 5863a4efe1
commit 7b24469bf1
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// stb_tilemap_editor.h - v0.35 - Sean Barrett - http://nothings.org/stb // stb_tilemap_editor.h - v0.36 - Sean Barrett - http://nothings.org/stb
// placed in the public domain - not copyrighted - first released 2014-09 // placed in the public domain - not copyrighted - first released 2014-09
// //
// Embeddable tilemap editor for C/C++ // Embeddable tilemap editor for C/C++
@ -275,6 +275,7 @@
// either approach allows cut&pasting between levels.) // either approach allows cut&pasting between levels.)
// //
// REVISION HISTORY // REVISION HISTORY
// 0.36 minor compiler support
// 0.35 layername button changes // 0.35 layername button changes
// - layername buttons grow with the layer panel // - layername buttons grow with the layer panel
// - fix stbte_create_map being declared as stbte_create // - fix stbte_create_map being declared as stbte_create
@ -309,7 +310,7 @@
// Additional features: // Additional features:
// Josh Huelsman // Josh Huelsman
// Bugfixes: // Bugfixes:
// [this could be you!] // Ryan Whitworth
// //
// LICENSE // LICENSE
// //