From ed87b48f8826c86c455414507d85fca4624037a6 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Sep 2017 20:21:36 -0400 Subject: [PATCH] Version 1.5.1 --- README.md | 2 +- TODO.md | 2 +- src/version.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 41288dc..b13bbec 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/TODO.md b/TODO.md index a180559..18e4acf 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/src/version.h b/src/version.h index 30b009a..f31da54 100644 --- a/src/version.h +++ b/src/version.h @@ -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"