preparing 2.1.7 release

This commit is contained in:
Axel Kittenberger 2016-12-05 16:41:12 +01:00
parent 19d0478bd7
commit a4481c98e6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
??-??-????: ??-??-????: 2.1.7
enhancement: add rsync options: enhancement: add rsync options:
"append", "append",
"append_verify", "append_verify",

View File

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