OSSP CVS Repository

ossp - Difference in ossp-pkg/petidomo/main.c versions 1.13 and 1.14
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/petidomo/main.c 1.13 -> 1.14

--- main.c       2001/01/19 14:26:48     1.13
+++ main.c       2001/01/19 15:01:19     1.14
@@ -1,6 +1,6 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/main.c,v $
-   $Revision: 1.13 $
+   $Revision: 1.14 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
@@ -27,6 +27,10 @@
 #include "libtext/text.h"
 #include "petidomo.h"
 
+#define _VERSION_C_AS_HEADER_
+#include "version.c"
+#undef  _VERSION_C_AS_HEADER_
+
 #ifndef LOG_PERROR
 #  define LOG_PERROR 0
 #endif
@@ -83,7 +87,7 @@
     /* Parse the command line. */
 
     argv_help_string = "Petidomo Mailing List Server";
-    argv_version_string = "Petidomo";
+    argv_version_string = (char *)petidomo_version.v_gnu;
     argv_process(args, argc, argv);
 
     /* Log a few helpful facts about this Petidomo instance. */

CVSTrac 2.0.1