Completed the removal of $Id$ tags in the Citadel server. Also, since the strings...
[citadel.git] / citadel / modules / upgrade / serv_upgrade.c
index 20497ded7e97eaa86ef0a91b88cb1334d1407834..317023ae7a5558ce412d1a52a196f30e516f1505 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Transparently handle the upgrading of server data formats.
  *
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -326,5 +324,5 @@ CTDL_MODULE_UPGRADE(upgrade)
        check_server_upgrades();
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "upgrade";
 }