diff --git a/configure.ac b/configure.ac index cae5d95..4220b30 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/lsyncd.lua b/lsyncd.lua index 503e0f0..f5a0bda 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -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