[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. f5edd3e88aa2138dcf6d044c835fbd0ada944168
Sven Nierlein
sven at nierlein.org
Fri Feb 11 11:18:29 UTC 2011
The following commit has been merged in the master branch:
commit 320178cb6185638d38231cc9b2ea71da778e450e
Author: Sven Nierlein <sven at nierlein.org>
Date: Tue Feb 1 18:30:27 2011 +0100
changed version tag
diff --git a/configure.ac b/configure.ac
index 5f9eea4..4f3ec12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
##############################################
AC_PREREQ([2.59])
-AC_INIT([mod_gearman], [1.0], [sven.nierlein at consol.de])
+AC_INIT([mod_gearman], [1.0b1], [sven.nierlein at consol.de])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_CONFIG_SRCDIR([neb_module/mod_gearman.c],[worker/worker.c],[tools/send_gearman.c],[tools/check_gearman.c],[tools/gearman_top.c])
AC_CONFIG_HEADER([config.h])
diff --git a/include/common.h b/include/common.h
index 5cb0107..17f8f20 100644
--- a/include/common.h
+++ b/include/common.h
@@ -52,7 +52,7 @@
#define MOD_GM_COMMON_H
/* constants */
-#define GM_VERSION "1.0"
+#define GM_VERSION "1.0b1"
#define GM_ENABLED 1
#define GM_DISABLED 0
#define GM_BUFFERSIZE 98304
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list