* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_upgrade.c
index c54117e0f38e54754507766dcf6a8ac1e8ea8634..1c3012a512b1159d1b4b4646765f154b35066d1c 100644 (file)
@@ -229,5 +229,7 @@ void check_server_upgrades(void) {
 char *serv_upgrade_init(void)
 {
        check_server_upgrades();
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }