Skip to content

Commit

Permalink
Merge pull request #141 from fdelapena/master
Browse files Browse the repository at this point in the history
Version 0.3
  • Loading branch information
Ghabry committed May 13, 2015
2 parents c08bfc7 + a1580f4 commit 1020493
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion generator/templates/copyright.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 1020493

Please sign in to comment.