From: Florent Bruneau Date: Fri, 17 Oct 2008 21:01:32 +0000 (+0200) Subject: Version 0.4 X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=commitdiff_plain;h=d622febc1fb702194f7ac3f95bfa6cba448dcc5b Version 0.4 Signed-off-by: Florent Bruneau --- diff --git a/ChangeLog b/ChangeLog index 599c68f..da657dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version 0.4 +version 0.4 Oct 17, 2008 * common: NEW: support for Darwin FRU diff --git a/pfix-srsd/main-srsd.c b/pfix-srsd/main-srsd.c index e95ffd9..e271eda 100644 --- a/pfix-srsd/main-srsd.c +++ b/pfix-srsd/main-srsd.c @@ -43,7 +43,7 @@ #include "server.h" #define DAEMON_NAME "pfix-srsd" -#define DAEMON_VERSION "0.3" +#define DAEMON_VERSION "0.4" #define DEFAULT_ENCODER_PORT 10001 #define DEFAULT_DECODER_PORT 10002 #define RUNAS_USER "nobody" diff --git a/postlicyd/main-postlicyd.c b/postlicyd/main-postlicyd.c index 7d7d8df..08c6a2b 100644 --- a/postlicyd/main-postlicyd.c +++ b/postlicyd/main-postlicyd.c @@ -44,7 +44,7 @@ #include "query.h" #define DAEMON_NAME "postlicyd" -#define DAEMON_VERSION "0.3" +#define DAEMON_VERSION "0.4" #define DEFAULT_PORT 10000 #define RUNAS_USER "nobody" #define RUNAS_GROUP "nogroup"