mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-10 15:20:58 +00:00
beta2
This commit is contained in:
parent
a538447072
commit
5c35e88f2e
@ -1,7 +1,7 @@
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
#AC_PREREQ(2.60)
|
||||
AC_INIT(lsyncd, 2.0beta1, axkibe@gmail.com)
|
||||
AC_INIT(lsyncd, 2.0beta2, axkibe@gmail.com)
|
||||
AC_CONFIG_SRCDIR([lsyncd.c],[lsyncd.lua])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
||||
|
@ -20,7 +20,7 @@ if lsyncd_version then
|
||||
"You cannot use the lsyncd runner as configuration file!")
|
||||
lsyncd.terminate(-1) -- ERRNO
|
||||
end
|
||||
lsyncd_version = "2.0beta1"
|
||||
lsyncd_version = "2.0beta2"
|
||||
|
||||
-----
|
||||
-- Hides the core interface from user scripts
|
||||
|
Loading…
Reference in New Issue
Block a user