Skip to content

Commit 6f41400

Browse files
committed
meta: bump for 0.4.4
1 parent 690b9d2 commit 6f41400

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(GNUInstallDirs)
44

55
set(Minemap_VERSION_MAJOR 0)
66
set(Minemap_VERSION_MINOR 4)
7-
set(Minemap_VERSION_PATCH 3)
7+
set(Minemap_VERSION_PATCH 4)
88

99
if (${Minemap_VERSION_PATCH} EQUAL 0)
1010
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains two command line utilities, "minemap" to convert images
88

99
Building is handled by CMake. As of version 0.4.0, boost is no longer required neither at compile time and run time. Please make sure you have the following dependencies:
1010

11-
* Magick++ 7, part of Imagemagick
11+
* Magick++ 7, part of Imagemagick, OR GraphicsMagick if you are building on Windows.
1212
* zlib, used to compress / decompress NBT data stream
1313
* nbtp, used to manipulate NBT data structure (as a git submodule or use existing library)
1414

@@ -20,7 +20,9 @@ View README-minecraft.md for a detailed explanation on map item formats. See `mi
2020

2121
### Building on Windows ft. @liushuyu
2222

23-
Without loss of generality, let's admit that building this on Windows is the most horrible part for me, and probably for readers as well. To save the hassle you may download prebuilt, statically linked executables from the release page. For fearless Windows users who prefer to build yourself out there, follow the following steps proposed by the almighty liushuyu...
23+
I have no idea how to build minemap on that shit. Luckily @liushuyu found a way to do this. Starting from v0.4.4, you may download prebuilt, statically linked executables from the release page.
24+
25+
It's dangerous to go alone! Take these steps to compile your own copy on Windows.
2426

2527
##### Prepare
2628

0 commit comments

Comments
 (0)