This commit is contained in:
Axel Kittenberger 2010-11-17 19:20:07 +00:00
parent a538447072
commit 5c35e88f2e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
#AC_PREREQ(2.60) #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_SRCDIR([lsyncd.c],[lsyncd.lua])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)

View File

@ -20,7 +20,7 @@ if lsyncd_version then
"You cannot use the lsyncd runner as configuration file!") "You cannot use the lsyncd runner as configuration file!")
lsyncd.terminate(-1) -- ERRNO lsyncd.terminate(-1) -- ERRNO
end end
lsyncd_version = "2.0beta1" lsyncd_version = "2.0beta2"
----- -----
-- Hides the core interface from user scripts -- Hides the core interface from user scripts