Skip to content

Commit

Permalink
Version 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 23, 2020
1 parent b663151 commit 934771a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 [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: [**4.4.3**](https://github.com/Rangi42/polished-map/releases/tag/v4.4.3)
Latest release: [**4.4.4**](https://github.com/Rangi42/polished-map/releases/tag/v4.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 4,4,3
#define PROGRAM_VERSION 4,4,4
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "4.4.3 [DEBUG]"
#define PROGRAM_VERSION_STRING "4.4.4 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "4.4.3"
#define PROGRAM_VERSION_STRING "4.4.4"
#endif

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

#define PROGRAM_AUTHOR "Rangi"

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

#endif

0 comments on commit 934771a

Please sign in to comment.