From 537ca0d694d345a7914e7bb6af59dffaad61633a Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 17 Jan 2014 01:13:36 -0500 Subject: [PATCH] Removed confusing modification warning from version.js.in Sure, that is in the output, but it's also in the input! --- lib/version.js.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/version.js.in b/lib/version.js.in index 3aee614..4a9a7ed 100644 --- a/lib/version.js.in +++ b/lib/version.js.in @@ -21,8 +21,6 @@ * @author Mike Gerwitz */ -/*** DO NOT MODIFY; generated by config.status ***/ - var major = @MAJOR@, minor = @MINOR@, rev = @REV@,