branching off into devel

This commit is contained in:
Axel Kittenberger 2018-03-12 11:50:08 +01:00
parent 9b47a1f8fe
commit 220053df9d
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,3 +1,6 @@
????-??-??: 3.0.0
change: switched to systemd-style daemon (that is Lsyncd will no longer fork itself)
2018-03-09: 2.2.3
enhaencement: supporting includes with new filter and filterFrom options
change: needing now at least Lua 5.2 (Lua 5.1 no longer supported, Lua5.3 supported)

View File

@ -25,7 +25,7 @@ then
lsyncd.terminate( -1 )
end
lsyncd_version = '2.2.3'
lsyncd_version = '3.0.0-devel'
--