Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roukaour committed Sep 27, 2017
1 parent 3b85a3b commit ed87b48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A map and tileset editor for [Pokémon Polished Crystal](https://github.com/rouk

Inspired by [crowdmap](https://github.com/yenatch/crowdmap), but implemented with C++ and [FLTK](http://www.fltk.org/), and focused on graphics instead of script editing.

Latest release: [**1.5.0**](https://github.com/roukaour/polished-map/releases/tag/v1.5.0)
Latest release: [**1.5.1**](https://github.com/roukaour/polished-map/releases/tag/v1.5.1)
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To Do

* **Add:** Undo + Redo
* **Fix:** Incorrect sidebar size when resizing window (sometimes)
* **Fix:** Resizing window resizes sidebar width to original zoom size (inconsistently)


## Maybe
Expand Down
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 1,5,0
#define PROGRAM_VERSION 1,5,1
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "1.5,0 [DEBUG]"
#define PROGRAM_VERSION_STRING "1.5.1 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "1.5,0"
#define PROGRAM_VERSION_STRING "1.5.1"
#endif

#define PROGRAM_NAME "Polished Map"
Expand Down

0 comments on commit ed87b48

Please sign in to comment.