Use a single version number for the project.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 16 Oct 2008 21:11:37 +0000 (23:11 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 16 Oct 2008 21:11:37 +0000 (23:11 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
pfix-srsd/main-srsd.c

index 49339c1..acaa3fc 100644 (file)
@@ -43,7 +43,7 @@
 #include "server.h"
 
 #define DAEMON_NAME             "pfix-srsd"
-#define DAEMON_VERSION          "0.1"
+#define DAEMON_VERSION          "0.3"
 #define DEFAULT_ENCODER_PORT    10001
 #define DEFAULT_DECODER_PORT    10002
 #define RUNAS_USER              "nobody"