diff --git a/CMakeLists.txt b/CMakeLists.txt index c887fb5..226a444 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # preamble project( Lsyncd ) cmake_minimum_required( VERSION 3.10 ) -set( LSYNCD_VERSION 2.3.0-beta1 ) +set( LSYNCD_VERSION 2.3.0 ) set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/" ) diff --git a/lsyncd.lua b/lsyncd.lua index d854cbd..287fdb6 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -25,7 +25,7 @@ then lsyncd.terminate( -1 ) end -lsyncd_version = '2.3.0-beta1' +lsyncd_version = '2.3.0' -- compatibility with 5.1 if table.unpack == nil then