From 23476940163d79b467b0a954c859a8a355fb5fa8 Mon Sep 17 00:00:00 2001 From: Jeroen Baert Date: Wed, 10 Apr 2019 14:49:48 +0200 Subject: [PATCH] Introducing version numbers to indicate minor/major releases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 788548b..7666464 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Libmorton +# Libmorton v0.2 [![Build Status](https://travis-ci.org/Forceflow/libmorton.svg?branch=master)](https://travis-ci.org/Forceflow/libmorton) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=4JAUNWWYUVRN4¤cy_code=EUR&source=url) * Libmorton is a **C++11 header-only library** with methods to efficiently encode/decode 64, 32 and 16-bit Morton codes and coordinates, in 2D and 3D. *Morton order* is also known as *Z-order* or *[the Z-order curve](https://en.wikipedia.org/wiki/Z-order_curve)*.