From e9f5fd3d613bbab9d8c3c12994b5abd38e236387 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 17 Nov 2019 16:02:01 -0500 Subject: [PATCH] Version 2.4.3++ --- README.md | 2 +- src/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83306f7..dd2f8a2 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: [**2.4.2**](https://github.com/Rangi42/polished-map/releases/tag/v2.4.2++) +Latest release: [**2.4.3**](https://github.com/Rangi42/polished-map/releases/tag/v2.4.3++) 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 7f7cd3c..96d4d84 100644 --- a/src/version.h +++ b/src/version.h @@ -1,11 +1,11 @@ #ifndef VERSION_H #define VERSION_H -#define PROGRAM_VERSION 2,4,2 +#define PROGRAM_VERSION 2,4,3 #ifdef _DEBUG -#define PROGRAM_VERSION_STRING "2.4.2 [DEBUG]" +#define PROGRAM_VERSION_STRING "2.4.3 [DEBUG]" #else -#define PROGRAM_VERSION_STRING "2.4.2" +#define PROGRAM_VERSION_STRING "2.4.3" #endif #ifdef _WIN32