Skip to content

Commit 9654bd2

Browse files
committed
Change version to 0.7.0
1 parent 61750d9 commit 9654bd2

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
@@ -4,7 +4,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
44
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
55
endif()
66

7-
project(liblcf VERSION 0.6.2 LANGUAGES CXX)
7+
project(liblcf VERSION 0.7.0 LANGUAGES CXX)
88

99
# Compilation options
1010
option(BUILD_SHARED_LIBS "Build shared library, disable for building the static library (default: ON)" ON)

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.2.tar.xz # unpack the tarball
45-
cd liblcf-0.6.2 # enter in the package directory
44+
tar xf liblcf-0.7.0.tar.xz # unpack the tarball
45+
cd liblcf-0.7.0 # 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.2.tar.xz # unpack the tarball
75-
cd liblcf-0.6.2 # enter in the package directory
74+
tar xf liblcf-0.7.0.tar.xz # unpack the tarball
75+
cd liblcf-0.7.0 # 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.2],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
5+
AC_INIT([liblcf],[0.7.0],[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)