summaryrefslogtreecommitdiffstats
path: root/scripts/check-version
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-version')
-rwxr-xr-xscripts/check-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-version b/scripts/check-version
index 1770ba5f4..525d65d22 100755
--- a/scripts/check-version
+++ b/scripts/check-version
@@ -15,7 +15,7 @@ set -eu
#set -x
# You would typically add/remove files to/from the list
-files="Documentation/user-manual.txt Makefile README ReleaseNotes/ReleaseNotes.txt"
+files="Documentation/user-manual.txt Makefile README.md ReleaseNotes/ReleaseNotes.txt"
whine() {
echo "$0: $*" >&2