diff --git a/README b/README index 2ce385eec..4116cd4ef 100644 --- a/README +++ b/README @@ -46,11 +46,11 @@ Building 1. Unpack the tarball with: - tar xf liblcf-0.2.1.tar.xz + tar xf liblcf-0.2.2.tar.xz 2. Enter in the package directory with: - cd liblcf-0.2.1 + cd liblcf-0.2.2 3. Compile and install with: diff --git a/builds/cmake/CMakeLists.txt b/builds/cmake/CMakeLists.txt index fc012c1ae..1d399a8ad 100644 --- a/builds/cmake/CMakeLists.txt +++ b/builds/cmake/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(liblcf C CXX) -set(VERSION 0.2.1) +set(VERSION 0.2.2) set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/bin) set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/lib) diff --git a/configure.ac b/configure.ac index ca08eae29..36f85b936 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([liblcf],[0.2.1],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easy-rpg.org/]) +AC_INIT([liblcf],[0.2.2],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easy-rpg.org/]) AC_CONFIG_AUX_DIR([builds/autoconf]) AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall -Werror])