Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roukaour committed Sep 16, 2017
1 parent e98cfff commit 6d98aa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion res/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<body>
<h1>Polished Map</h1>
<p>Copyright © 2017 Rangi</p>
<p><a href="https://github.com/roukaour/polished-map">https://github.com/roukaour/polished-map</a></p>
<p>A map and tileset editor for <a href="https://github.com/roukaour/polishedcrystal">Pokémon Polished Crystal</a>.</p>
<p>Inspired by <a href="https://github.com/yenatch/crowdmap">crowdmap</a>, but implemented with C++ and <a href="http://www.fltk.org/">FLTK</a>, and focused on graphics instead of script editing.</p>
<p>Source code is available at <a href="https://github.com/roukaour/polished-map">https://github.com/roukaour/polished-map</a>.</p>
<hr>
<p>Most functions are available via the menu bar, the toolbar, or shortcut keys.</p>
<p>The sidebar palette uses the mouse:</p>
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef PROGRAM_VERSION
#define PROGRAM_VERSION 1,0,0
#define PROGRAM_VERSION_DOTS 1,0,0
#define PROGRAM_VERSION_STRING "1.0.0"
#define PROGRAM_VERSION 1,1,0
#define PROGRAM_VERSION_DOTS 1,1,0
#define PROGRAM_VERSION_STRING "1.1.0"
#endif

#ifndef PROGRAM_NAME
Expand Down

0 comments on commit 6d98aa5

Please sign in to comment.