From d622febc1fb702194f7ac3f95bfa6cba448dcc5b Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 17 Oct 2008 23:01:32 +0200 Subject: [PATCH] Version 0.4 Signed-off-by: Florent Bruneau --- ChangeLog | 2 +- pfix-srsd/main-srsd.c | 2 +- postlicyd/main-postlicyd.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.20.1