Skip to content

Commit 92c4450

Browse files
authored
Merge pull request #502 from Ghabry/release/0.8.1
Release 0.8.1
2 parents 4cd80bf + 3585af5 commit 92c4450

5 files changed

Lines changed: 25 additions & 8 deletions

File tree

AUTHORS.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
liblcf authors
22
==============
33

4+
* Alberto Leon Meaños (albeleon)
45
* Alejandro Marzini (vgvgf)
6+
* Antidote
7+
* BSzili
58
* Carsten Teibes (carstene1ns)
9+
* Christian Breitwieser (ChrisBreiti)
10+
* Diego Pedraza (zegeri)
11+
* Dmytro Kushnariov (rohkea)
12+
* Florian Ignaz "Spatzenfärber" Eßl (florianessl)
613
* Gabriel Kind (Ghabry)
14+
* gameblabla
715
* Glynn Clements (glynnc)
8-
* Matthew Fioravante (fmatthew5876)
16+
* lumiscosity
17+
* Mariano Javier Suligoy (MarianoGNU)
18+
* Masanori Kakura (kakurasan)
19+
* Matthew Fioravante (mateofio)
920
* Paulo "Zhek" Vizcaino (paulo_v)
21+
* Primekick
22+
* rueter37
23+
* scurest
24+
* SmiVan
25+
* Takeshi Watanabe (takecheeze)
26+
* ToolMan2k

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16...3.28 FATAL_ERROR)
22

3-
project(liblcf VERSION 0.8 LANGUAGES CXX)
3+
project(liblcf VERSION 0.8.1 LANGUAGES CXX)
44

55
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/builds/cmake/Modules)
66
include(ConfigureWindows)

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2023 liblcf authors
1+
Copyright (c) 2014-2025 liblcf authors
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

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

4343
Step-by-step instructions:
4444

45-
tar xf liblcf-0.8.tar.xz # unpack the tarball
46-
cd liblcf-0.8 # enter in the package directory
45+
tar xf liblcf-0.8.1.tar.xz # unpack the tarball
46+
cd liblcf-0.8.1 # enter in the package directory
4747
./configure --prefix /usr # find libraries, set options
4848
make # compile the library
4949
sudo make install # install system-wide
@@ -72,8 +72,8 @@ Building requirements:
7272

7373
Step-by-step instructions:
7474

75-
tar xf liblcf-0.8.tar.xz # unpack the tarball
76-
cd liblcf-0.8 # enter in the package directory
75+
tar xf liblcf-0.8.1.tar.xz # unpack the tarball
76+
cd liblcf-0.8.1 # enter in the package directory
7777
cmake . -DCMAKE_BUILD_TYPE=Release # configure project
7878
cmake --build . # compile the library
7979
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.8],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
5+
AC_INIT([liblcf],[0.8.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)