From e21a2184ba4729e21a663dd116d6ad9263c47fd9 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 5 Jan 2017 11:54:29 +0100 Subject: [PATCH] preparing 2.2.1 --- CMakeLists.txt | 2 +- doc/manpage/lsyncd.1 | 6 +++--- doc/manpage/lsyncd.1.txt | 4 ++-- lsyncd.lua | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b38c1b9..b7ac556 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # preamble project( Lsyncd ) cmake_minimum_required( VERSION 2.8 ) -set( LSYNCD_VERSION 2.2.1-dev ) +set( LSYNCD_VERSION 2.2.1 ) set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/" ) diff --git a/doc/manpage/lsyncd.1 b/doc/manpage/lsyncd.1 index 61f39d5..cf3cbdc 100644 --- a/doc/manpage/lsyncd.1 +++ b/doc/manpage/lsyncd.1 @@ -2,12 +2,12 @@ .\" Title: lsyncd .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: June 2017 +.\" Date: January 2017 .\" Manual: Lsyncd -.\" Source: Lsyncd 2.2.0 +.\" Source: Lsyncd 2.2.1 .\" Language: English .\" -.TH "LSYNCD" "1" "June 2017" "Lsyncd 2\&.2\&.0" "Lsyncd" +.TH "LSYNCD" "1" "January 2017" "Lsyncd 2\&.2\&.1" "Lsyncd" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/manpage/lsyncd.1.txt b/doc/manpage/lsyncd.1.txt index 249ba51..13a2741 100644 --- a/doc/manpage/lsyncd.1.txt +++ b/doc/manpage/lsyncd.1.txt @@ -3,8 +3,8 @@ lsyncd(1) :doctype: manpage :man source: Lsyncd :man manual: Lsyncd -:man version: 2.2.0 -:date: June 2017 +:man version: 2.2.1 +:date: January 2017 NAME ---- diff --git a/lsyncd.lua b/lsyncd.lua index adabdf8..814e684 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -32,7 +32,7 @@ then lsyncd.terminate( -1 ) end -lsyncd_version = '2.2.1-dev' +lsyncd_version = '2.2.1' --