Branch: Tag:

1997-07-20

1997-07-20 01:22:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Moved real_version to beginning of file to make it easier to find.
Made cvs_version and real_version constant.

Rev: server/base_server/roxen.pike:1.85

1: - string cvs_version = "$Id: roxen.pike,v 1.84 1997/07/18 05:54:48 per Exp $"; + constant cvs_version = "$Id: roxen.pike,v 1.85 1997/07/20 01:22:02 grubba Exp $";   #define IN_ROXEN   #include <roxen.h>   #include <config.h>
20:   inherit "disk_cache";   inherit "language";    + // This is the real Roxen version. It should be changed before each + // release + constant real_version = "Roxen Challenger/1.2alpha7"; +    #if _DEBUG_HTTP_OBJECTS   mapping httpobjects = ([]);   static int idcount;
50:   int shuffle_fd;   #endif    - // This is the real Roxen version. It should be changed before each - // release - string real_version = "Roxen Challenger/1.2alpha7"; -  +    // A mapping from ports (objects, that is) to an array of information   // about that port.   // This will be moved to objects cloned from the configuration object