preparing version 2.1.6

This commit is contained in:
Axel Kittenberger 2015-10-15 08:29:47 +02:00
parent 4bdde8a672
commit cce7db5ebd
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# preamble
project( Lsyncd )
cmake_minimum_required( VERSION 2.8 )
set( LSYNCD_VERSION 2.1.5 )
set( LSYNCD_VERSION 2.1.6 )
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/" )

View File

@ -30,7 +30,7 @@ if lsyncd_version then
lsyncd.terminate( -1 )
end
lsyncd_version = '2.1.5'
lsyncd_version = '2.1.6'
--
-- Hides the core interface from user scripts.