From f02bf700c1054a83ebc4e88bd2f6786a8a93fb5c Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Tue, 7 Jun 2022 23:26:04 +0200 Subject: [PATCH] bump version to 2.3.0 --- CMakeLists.txt | 2 +- lsyncd.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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