Add missing Revision keyword expansions, so that --version tells the truth.
[sgt/utils] / buildrun / buildrun.c
index 6b89e52..35e90ef 100644 (file)
@@ -278,7 +278,7 @@ void licence(void) {
 }
 
 void version(void) {
-#define SVN_REV "$Revision: 8227 $"
+#define SVN_REV "$Revision$"
     char rev[sizeof(SVN_REV)];
     char *p, *q;