Skip to content

Commit 4b19e3c

Browse files
committed
bump version to 0.4.0
1 parent 9a6d3f1 commit 4b19e3c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required (VERSION 3.0)
22
project (Minemap)
33
set (Minemap_VERSION_MAJOR 0)
4-
set (Minemap_VERSION_MINOR 3)
5-
set (Minemap_VERSION_PATCH 1)
4+
set (Minemap_VERSION_MINOR 4)
5+
set (Minemap_VERSION_PATCH 0)
66

77
if (${Minemap_VERSION_PATCH} EQUAL 0)
88
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Command line utilities for manipulating Minecraft Map item so that we can have t
66

77
This repository contains two command line utilities, "minemap" to convert images to map items, the other "pamenim" to do the reverse. Run the utilities themselves with no arguments to view usage information.
88

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

11-
* boost libraries with headers
1211
* Magick++ 7, part of Imagemagick
12+
* zlib, used to compress / decompress NBT data stream
1313

1414
Prior to building, please run `git submodule update --init --recursive`.
1515

16-
### Building on Windows...
16+
### [Update Needed for 0.4.0] Building on Windows...
1717

1818
Without loss of generality, let's admit that building this on Windows is the worst 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 me (or even better, improve the following as I have no idea how Visual Studio should really work):
1919

0 commit comments

Comments
 (0)