Skip to content

Commit

Permalink
Version 2.4.4++
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 23, 2020
1 parent af86229 commit 4ce667c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Polished Map++

A map and tileset editor for [pokecrystal](https://github.com/pret/pokecrystal) hacks that allow [256 tiles](https://github.com/pret/pokecrystal/wiki/Expand-tilesets-from-192-to-255-tiles) and [per-block attributes](https://github.com/pret/pokecrystal/wiki/Allow-tiles-to-have-different-attributes-in-different-blocks-\(including-X-and-Y-flip\)), including [Polished Crystal v3](https://github.com/Rangi42/polishedcrystal), [Red++ v4](https://github.com/TheFakeMateo/RedPlusPlus), [Coral](https://github.com/pkmncoraldev/pokecoral), and [Ancient Ruby](https://github.com/BloodlessNS/ancientruby).
A map and tileset editor for [pokecrystal](https://github.com/pret/pokecrystal) hacks that allow [256 tiles](https://github.com/pret/pokecrystal/wiki/Expand-tilesets-from-192-to-255-tiles) and [per-block attributes](https://github.com/pret/pokecrystal/wiki/Allow-tiles-to-have-different-attributes-in-different-blocks-\(including-X-and-Y-flip\)), including [Polished Crystal v3](https://github.com/Rangi42/polishedcrystal), [Red++ v4](https://github.com/TheFakeMateo/RedPlusPlus), [Coral](https://github.com/pkmncoraldev/polishedcoral), and [Ancient Ruby](https://github.com/BloodlessNS/ancientruby).

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.3**](https://github.com/Rangi42/polished-map/releases/tag/v2.4.3++)
Latest release: [**2.4.4**](https://github.com/Rangi42/polished-map/releases/tag/v2.4.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.

Expand Down
8 changes: 4 additions & 4 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef VERSION_H
#define VERSION_H

#define PROGRAM_VERSION 2,4,3
#define PROGRAM_VERSION 2,4,4
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "2.4.3 [DEBUG]"
#define PROGRAM_VERSION_STRING "2.4.4 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "2.4.3"
#define PROGRAM_VERSION_STRING "2.4.4"
#endif

#define PROGRAM_EXE_NAME "polishedmap-plusplus"
Expand All @@ -20,6 +20,6 @@

#define PROGRAM_AUTHOR "Rangi"

#define CURRENT_YEAR "2019"
#define CURRENT_YEAR "2020"

#endif

0 comments on commit 4ce667c

Please sign in to comment.