From b63f7c7f20383b8656c486d6d2e77455087dae80 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 22 Nov 2020 12:00:34 -0500 Subject: [PATCH] Version 4.5.4 --- README.md | 2 +- src/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 075dfb8..b8ef67c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A map and tileset editor for [pokecrystal](https://github.com/pret/pokecrystal), Inspired by [crowdmap](https://github.com/yenatch/crowdmap), but implemented with C++ and [FLTK](http://www.fltk.org/), and with more functions for graphics editing. -Latest release: [**4.5.3**](https://github.com/Rangi42/polished-map/releases/tag/v4.5.3) +Latest release: [**4.5.4**](https://github.com/Rangi42/polished-map/releases/tag/v4.5.4) Follow the steps in [INSTALL.md](INSTALL.md) to install the release copy of Polished Map, or the longer instructions to build it yourself from source. diff --git a/src/version.h b/src/version.h index fe576cb..fec7521 100644 --- a/src/version.h +++ b/src/version.h @@ -1,11 +1,11 @@ #ifndef VERSION_H #define VERSION_H -#define PROGRAM_VERSION 4,5,3 +#define PROGRAM_VERSION 4,5,4 #ifdef _DEBUG -#define PROGRAM_VERSION_STRING "4.5.3 [DEBUG]" +#define PROGRAM_VERSION_STRING "4.5.4 [DEBUG]" #else -#define PROGRAM_VERSION_STRING "4.5.3" +#define PROGRAM_VERSION_STRING "4.5.4" #endif #define PROGRAM_EXE_NAME "polishedmap"