Now the text client and webcit show the servers svn revision too.
[citadel.git] / webcit / summary.c
index a98e421e0a1f88b87e634abeaa92faad30261554..08b73f407c46c7fde12b155e787e78492cc02559 100644 (file)
@@ -137,10 +137,11 @@ void server_info_section(void) {
        char message[512];
 
        snprintf(message, sizeof message,
-               _("You are connected to %s, running %s with %s, and located in %s.  Your system administrator is %s."),
+               _("You are connected to %s, running %s with %s, server build %s and located in %s.  Your system administrator is %s."),
                serv_info.serv_humannode,
                serv_info.serv_software,
                PACKAGE_STRING,
+               serv_info.serv_svn_revision,
                serv_info.serv_bbs_city,
                serv_info.serv_sysadm);
        escputs(message);