Skip to content

Commit 7e93029

Browse files
committed
Prerelease version 0.3.0
1 parent 8c6c64b commit 7e93029

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A tilemap editor for [pokecrystal](https://github.com/pret/pokecrystal), [pokere
44

55
Inspired by [GSC Town Map Editor](https://hax.iimarckus.org/topic/97/) and [Karteneditor](https://i.imgur.com/70jDfdM.png), but implemented with C++ and [FLTK](http://www.fltk.org/), and with support for tilemaps beyond the Town Map.
66

7-
Latest prerelease: [**0.2.0**](https://github.com/Rangi42/tilemap-studio/releases/tag/v0.2.0)
7+
Latest prerelease: [**0.3.0**](https://github.com/Rangi42/tilemap-studio/releases/tag/v0.3.0)
88

99
Follow the steps in [INSTALL.md](INSTALL.md) to install the release copy of Tilemap Studio, or the longer instructions to build it yourself from source.
1010

screenshot.png

88 Bytes
Loading

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

1111
#ifdef _WIN32

0 commit comments

Comments
 (0)