Skip to content

Commit

Permalink
Update Version to 0.5.4
Browse files Browse the repository at this point in the history
Also small README update
  • Loading branch information
carstene1ns committed Oct 11, 2018
1 parent 0a168a0 commit 30d88e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.7)
cmake_policy(SET CMP0048 NEW)

project(liblcf VERSION 0.5.3 LANGUAGES CXX)
project(liblcf VERSION 0.5.4 LANGUAGES CXX)

option(BUILD_SHARED_LIBS "Build shared library, disable for building the static library" ON)
option(DISABLE_ICU "Disable ICU encoding detection (fallback to iconv, not recommended)" OFF)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Documentation is available at the documentation wiki: https://wiki.easyrpg.org

## Requirements

Expat for XML reading support.
ICU for character encoding detection and conversion (recommended).
- Expat for XML reading support.
- ICU for character encoding detection and conversion (recommended).


## Source code
Expand All @@ -41,8 +41,8 @@ Building requirements:

Step-by-step instructions:

tar xf liblcf-0.5.3.tar.xz # unpack the tarball
cd liblcf-0.5.3 # enter in the package directory
tar xf liblcf-0.5.4.tar.xz # unpack the tarball
cd liblcf-0.5.4 # enter in the package directory
./configure --prefix /usr # find libraries, set options
make # compile the library
sudo make install # install system-wide
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([liblcf],[0.5.3],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
AC_INIT([liblcf],[0.5.4],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])

AC_CONFIG_AUX_DIR([builds/autoconf])
AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall dist-xz])
Expand Down

0 comments on commit 30d88e4

Please sign in to comment.