Skip to content

Commit

Permalink
Merge pull request #122 from fdelapena/master
Browse files Browse the repository at this point in the history
Version 0.2.2
  • Loading branch information
fdelapena committed Nov 27, 2014
2 parents 9272803 + 4db3c13 commit 715d3fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -46,11 +46,11 @@ Building

1. Unpack the tarball with:

tar xf liblcf-0.2.1.tar.xz
tar xf liblcf-0.2.2.tar.xz

2. Enter in the package directory with:

cd liblcf-0.2.1
cd liblcf-0.2.2

3. Compile and install with:

Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

project(liblcf C CXX)
set(VERSION 0.2.1)
set(VERSION 0.2.2)

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
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.1],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easy-rpg.org/])
AC_INIT([liblcf],[0.2.2],[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

0 comments on commit 715d3fc

Please sign in to comment.