diff --git a/COPYING b/COPYING index a35e13f2c..871abc507 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2014 liblcf authors +Copyright (c) 2015 liblcf authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README b/README index 4116cd4ef..f02e04c6c 100644 --- a/README +++ b/README @@ -46,11 +46,11 @@ Building 1. Unpack the tarball with: - tar xf liblcf-0.2.2.tar.xz + tar xf liblcf-0.3.tar.xz 2. Enter in the package directory with: - cd liblcf-0.2.2 + cd liblcf-0.3 3. Compile and install with: diff --git a/builds/cmake/CMakeLists.txt b/builds/cmake/CMakeLists.txt index 1d399a8ad..6eccacce4 100644 --- a/builds/cmake/CMakeLists.txt +++ b/builds/cmake/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(liblcf C CXX) -set(VERSION 0.2.2) +set(VERSION 0.3) set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/bin) set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/lib) diff --git a/configure.ac b/configure.ac index e95ede117..3fdbbf6f9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([liblcf],[0.2.2],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easy-rpg.org/]) +AC_INIT([liblcf],[0.3],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easy-rpg.org/]) AC_CONFIG_AUX_DIR([builds/autoconf]) AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall -Werror]) diff --git a/generator/templates/copyright.tmpl b/generator/templates/copyright.tmpl index 6ee46a323..668889716 100644 --- a/generator/templates/copyright.tmpl +++ b/generator/templates/copyright.tmpl @@ -2,7 +2,7 @@ /* !!!! GENERATED FILE - DO NOT EDIT !!!! */ /* - * Copyright (c) 2014 liblcf authors + * Copyright (c) 2015 liblcf authors * This file is released under the MIT License * http://opensource.org/licenses/MIT */