Add missing Revision keyword expansions, so that --version tells the truth.
[sgt/utils] / after / after.c
index 5c8cbe4..af8b3a5 100644 (file)
@@ -219,7 +219,7 @@ void licence(void) {
 }
 
 void version(void) {
-#define SVN_REV "$Revision: 6566 $"
+#define SVN_REV "$Revision$"
     char rev[sizeof(SVN_REV)];
     char *p, *q;