Skip to content

Commit

Permalink
Version 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roukaour committed Nov 24, 2017
1 parent aef436f commit 461cd80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A map and tileset editor for [Pokémon Polished Crystal](https://github.com/rouk

Inspired by [crowdmap](https://github.com/yenatch/crowdmap), but implemented with C++ and [FLTK](http://www.fltk.org/), and focused on graphics instead of script editing.

Latest release: [**3.0.4**](https://github.com/roukaour/polished-map/releases/tag/v3.0.4)
Latest release: [**3.0.5**](https://github.com/roukaour/polished-map/releases/tag/v3.0.5)

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
6 changes: 3 additions & 3 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 3,0,4
#define PROGRAM_VERSION 3,0,5
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "3.0.4 [DEBUG]"
#define PROGRAM_VERSION_STRING "3.0.5 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "3.0.4"
#define PROGRAM_VERSION_STRING "3.0.5"
#endif

#define PROGRAM_NAME "Polished Map"
Expand Down

0 comments on commit 461cd80

Please sign in to comment.