Skip to content

Commit c6dd68a

Browse files
committed
Version 2.5.4++
1 parent 5a32314 commit c6dd68a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A map and tileset editor for [pokecrystal](https://github.com/pret/pokecrystal)
44

55
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.
66

7-
Latest release: [**2.5.3**](https://github.com/Rangi42/polished-map/releases/tag/v2.5.3++)
7+
Latest release: [**2.5.4**](https://github.com/Rangi42/polished-map/releases/tag/v2.5.4++)
88

99
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.
1010

src/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#ifndef VERSION_H
22
#define VERSION_H
33

4-
#define PROGRAM_VERSION 2,5,3
4+
#define PROGRAM_VERSION 2,5,4
55
#ifdef _DEBUG
6-
#define PROGRAM_VERSION_STRING "2.5.3 [DEBUG]"
6+
#define PROGRAM_VERSION_STRING "2.5.4 [DEBUG]"
77
#else
8-
#define PROGRAM_VERSION_STRING "2.5.3"
8+
#define PROGRAM_VERSION_STRING "2.5.4"
99
#endif
1010

1111
#define PROGRAM_EXE_NAME "polishedmap-plusplus"

0 commit comments

Comments
 (0)