Skip to content

Commit 0d8ec22

Browse files
committed
Version 4.7.1
1 parent d6a8f27 commit 0d8ec22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

77
Inspired by [crowdmap](https://github.com/yenatch/crowdmap) (now defunct), but implemented with C++ and [FLTK](http://www.fltk.org/), and with more functions for graphics editing.
88

9-
Latest release: [**4.7.0**](https://github.com/Rangi42/polished-map/releases/tag/v4.7.0)
9+
Latest release: [**4.7.1**](https://github.com/Rangi42/polished-map/releases/tag/v4.7.1)
1010

1111
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.
1212

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 4,7,0
4+
#define PROGRAM_VERSION 4,7,1
55
#ifdef _DEBUG
6-
#define PROGRAM_VERSION_STRING "4.7.0 [DEBUG]"
6+
#define PROGRAM_VERSION_STRING "4.7.1 [DEBUG]"
77
#else
8-
#define PROGRAM_VERSION_STRING "4.7.0"
8+
#define PROGRAM_VERSION_STRING "4.7.1"
99
#endif
1010

1111
#define PROGRAM_EXE_NAME "polishedmap"

0 commit comments

Comments
 (0)