Skip to content

Commit c7e3d6e

Browse files
committed
Version 1.0.0
1 parent ca95149 commit c7e3d6e

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.4.0**](https://github.com/Rangi42/tilemap-studio/releases/tag/v0.4.0)
7+
Latest release: [**1.0.0**](https://github.com/Rangi42/tilemap-studio/releases/tag/v1.0.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

112 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,4,0
4+
#define PROGRAM_VERSION 1,0,0
55
#ifdef _DEBUG
6-
#define PROGRAM_VERSION_STRING "0.4.0 [DEBUG]"
6+
#define PROGRAM_VERSION_STRING "1.0.0 [DEBUG]"
77
#else
8-
#define PROGRAM_VERSION_STRING "0.4.0"
8+
#define PROGRAM_VERSION_STRING "1.0.0"
99
#endif
1010

1111
#ifdef _WIN32

0 commit comments

Comments
 (0)