bump version

This commit is contained in:
Daniel Poelzleithner 2022-03-11 07:17:44 +01:00
parent 274b2b0416
commit f603d41c6c
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.2.3 )
set( LSYNCD_VERSION 2.3.0-beta1 )
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.2.3'
lsyncd_version = '2.3.0-beta1'
--