Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit committed Jan 18, 2021
1 parent 9a6d3f1 commit 4b19e3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required (VERSION 3.0)
project (Minemap)
set (Minemap_VERSION_MAJOR 0)
set (Minemap_VERSION_MINOR 3)
set (Minemap_VERSION_PATCH 1)
set (Minemap_VERSION_MINOR 4)
set (Minemap_VERSION_PATCH 0)

if (${Minemap_VERSION_PATCH} EQUAL 0)
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Command line utilities for manipulating Minecraft Map item so that we can have t

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.

Building is handled by CMake. Please make sure you have the following dependencies:
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:

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

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

### Building on Windows...
### [Update Needed for 0.4.0] Building on Windows...

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):

Expand Down

0 comments on commit 4b19e3c

Please sign in to comment.