summaryrefslogtreecommitdiff
path: root/libnbtplusplus
diff options
context:
space:
mode:
Diffstat (limited to 'libnbtplusplus')
-rw-r--r--libnbtplusplus/CMakeLists.txt2
-rw-r--r--libnbtplusplus/README.md10
2 files changed, 6 insertions, 6 deletions
diff --git a/libnbtplusplus/CMakeLists.txt b/libnbtplusplus/CMakeLists.txt
index cb3bff5baa..ea4efeccd1 100644
--- a/libnbtplusplus/CMakeLists.txt
+++ b/libnbtplusplus/CMakeLists.txt
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.15)
project(libnbt++
- VERSION 2.3)
+ VERSION 3.0)
# supported configure options
option(NBT_BUILD_SHARED "Build shared libraries" OFF)
diff --git a/libnbtplusplus/README.md b/libnbtplusplus/README.md
index fdc96df533..139872eeff 100644
--- a/libnbtplusplus/README.md
+++ b/libnbtplusplus/README.md
@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2013, 2015 ljfa-ag <ljfa-ag@web.de>
SPDX-License-Identifier: LGPL-3.0-or-later
-->
-# libnbt++ 2
+# libnbt++ 3
libnbt++ is a free C++ library for Minecraft's file format Named Binary Tag
(NBT). It can read and write compressed and uncompressed NBT files and
@@ -12,8 +12,8 @@ provides a code interface for working with NBT data.
----------
-libnbt++2 is a remake of the old libnbt++ library with the goal of making it
-more easily usable and fixing some problems. The old libnbt++ especially
+libnbt++3 is a remake of the old libnbt++2 library with the goal of making it
+more easily usable and fixing some problems. The old libnbt++2 especially
suffered from a very convoluted syntax and boilerplate code needed to work
with NBT data.
@@ -29,8 +29,8 @@ This project uses CMake for building. Ensure you have CMake installed.
### Build Steps
1. Clone the repository:
```
- git clone https://github.com/PrismLauncher/libnbtplusplus.git
- cd libnbtplusplus
+ git clone https://github.com/Project-Tick/Project-Tick.git
+ cd Project-Tick/libnbtplusplus/
```
2. Create a build directory: