diff --git a/ChangeLog b/ChangeLog index b4a959d..c48b879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -??-??-2012: 2.1.0 +23-10-2012: 2.1.0 fix: fail startup if settings.inist is false and one of the target hosts fails enhancement: rsyncOpts has been replaced by rsync = {...} parameter lists enhancement: default.rsyncssh has now a ssh = {...} parameter similar to default.rsync to diff --git a/configure.ac b/configure.ac index e5ad276..7e454b4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ(2.60) -AC_INIT(lsyncd, 2.1.0-beta, axkibe@gmail.com) +AC_INIT(lsyncd, 2.1.0, axkibe@gmail.com) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lsyncd.lua b/lsyncd.lua index 543a183..884dd67 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -30,7 +30,7 @@ if lsyncd_version then lsyncd.terminate( -1 ) end -lsyncd_version = '2.1.0-beta' +lsyncd_version = '2.1.0' -- -- Hides the core interface from user scripts.