Skip to content

Commit 3c465c0

Browse files
committed
Change version to 0.8
1 parent 620a30f commit 3c465c0

269 files changed

Lines changed: 272 additions & 272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.7.0 LANGUAGES CXX)
7+
project(liblcf VERSION 0.8 LANGUAGES CXX)
88

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

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2021 liblcf authors
1+
Copyright (c) 2014-2023 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

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.7.0],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
5+
AC_INIT([liblcf],[0.8],[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])

generator/templates/copyright.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
22
* --------------------------------------
33
*
4-
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) liblcf authors.
55
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
66
*
77
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/dbstring_struct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/encoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/generated/fwd_struct_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
22
* --------------------------------------
33
*
4-
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) liblcf authors.
55
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
66
*
77
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/generated/lcf/ldb/chunks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
22
* --------------------------------------
33
*
4-
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) liblcf authors.
55
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
66
*
77
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/generated/lcf/lmt/chunks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
22
* --------------------------------------
33
*
4-
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) liblcf authors.
55
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
66
*
77
* liblcf is Free/Libre Open Source Software, released under the MIT License.

0 commit comments

Comments
 (0)