preparing 2.2.1

This commit is contained in:
Axel Kittenberger 2017-01-05 11:54:29 +01:00
parent 4c83a9b263
commit e21a2184ba
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -2,12 +2,12 @@
.\" Title: lsyncd
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" 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
.\" -----------------------------------------------------------------

View File

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

View File

@ -32,7 +32,7 @@ then
lsyncd.terminate( -1 )
end
lsyncd_version = '2.2.1-dev'
lsyncd_version = '2.2.1'
--