Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Oct 31, 2019
1 parent 18a4e19 commit bbc21e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A tilemap editor for Game Boy, Color, and Advance projects. Specifically meant t

Inspired by tools like [Tilemap Creator](https://github.com/erandis-vol/Tilemap-Creator), [NTME](https://www.pokecommunity.com/showthread.php?t=149454), [GSC Town Map Editor](https://hax.iimarckus.org/topic/97/) and [Karteneditor](https://i.imgur.com/70jDfdM.png), but implemented with C++ and [FLTK](http://www.fltk.org/), and with support for multi-platform tilemaps as well as Pokémon-specific formats.

Latest release: [**2.1.0**](https://github.com/Rangi42/tilemap-studio/releases/tag/v2.1.0)
Latest release: [**2.1.1**](https://github.com/Rangi42/tilemap-studio/releases/tag/v2.1.1)

Follow the steps in [INSTALL.md](INSTALL.md) to install the release copy of Tilemap Studio, or the longer instructions to build it yourself from source.

Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef VERSION_H
#define VERSION_H

#define PROGRAM_VERSION 2,1,0
#define PROGRAM_VERSION 2,1,1
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "2.1.0 [DEBUG]"
#define PROGRAM_VERSION_STRING "2.1.1 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "2.1.0"
#define PROGRAM_VERSION_STRING "2.1.1"
#endif

#ifdef _WIN32
Expand Down

0 comments on commit bbc21e2

Please sign in to comment.