diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ca98cf..049eaa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/" ) diff --git a/lsyncd.c b/lsyncd.c index 7b04714..6782ec3 100644 --- a/lsyncd.c +++ b/lsyncd.c @@ -2556,7 +2556,7 @@ main1( int argc, char *argv[] ) printlogf( L, "Error", "Version mismatch '%s' is '%s', but core is '%s'", - lsyncd_runner_file ? lsyncd_runner_file : "( internal runner )", + lsyncd_runner_file ? lsyncd_runner_file : "( internal runner )", lversion, PACKAGE_VERSION ); diff --git a/lsyncd.lua b/lsyncd.lua index c0e1a3d..8a52726 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -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.