Skip to content

Commit 36fccee

Browse files
author
fdelapena
authored
Merge pull request #335 from Ghabry/version
liblcf 0.6.1
2 parents d1f3e15 + 21925cf commit 36fccee

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.7)
22
cmake_policy(SET CMP0048 NEW)
33

4-
project(liblcf VERSION 0.6.0 LANGUAGES CXX)
4+
project(liblcf VERSION 0.6.1 LANGUAGES CXX)
55

66
option(BUILD_SHARED_LIBS "Build shared library, disable for building the static library" ON)
77
option(DISABLE_ICU "Disable ICU encoding detection (fallback to iconv, not recommended)" OFF)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Building requirements:
4141

4242
Step-by-step instructions:
4343

44-
tar xf liblcf-0.6.0.tar.xz # unpack the tarball
45-
cd liblcf-0.6.0 # enter in the package directory
44+
tar xf liblcf-0.6.1.tar.xz # unpack the tarball
45+
cd liblcf-0.6.1 # enter in the package directory
4646
./configure --prefix /usr # find libraries, set options
4747
make # compile the library
4848
sudo make install # install system-wide
@@ -71,8 +71,8 @@ Building requirements:
7171

7272
Step-by-step instructions:
7373

74-
tar xf liblcf-0.6.0.tar.xz # unpack the tarball
75-
cd liblcf-0.6.0 # enter in the package directory
74+
tar xf liblcf-0.6.1.tar.xz # unpack the tarball
75+
cd liblcf-0.6.1 # enter in the package directory
7676
cmake . -DCMAKE_BUILD_TYPE=Release # configure project
7777
cmake --build . # compile the library
7878
sudo cmake --build . --target install # install system-wide

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([liblcf],[0.6.0],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
5+
AC_INIT([liblcf],[0.6.1],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
66

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

0 commit comments

Comments
 (0)