bump version to 2.3.0

This commit is contained in:
Daniel Poelzleithner 2022-06-07 23:26:04 +02:00
parent 6c8a3c2490
commit f02bf700c1
2 changed files with 2 additions and 2 deletions

View File

@ -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/" )

View File

@ -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