Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 58c3683

Browse files
author
Michael R Sweet
committed
Update version check to reflect new changelog title format.
1 parent 303be29 commit 58c3683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/makesrcdist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ else
7171
exit 1
7272
fi
7373

74-
temp=`head -4 CHANGES.md | grep "CHANGES IN" | awk '{print $4}'`
75-
if test "$temp" != "V$version"; then
76-
echo "Still need to add CHANGES IN V$version in CHANGES.txt (saw $temp)"
74+
temp=`head -4 CHANGES.md | grep "Changes in" | awk '{print $4}'`
75+
if test "$temp" != "v$version"; then
76+
echo "Still need to add Changes in v$version in CHANGES.txt (saw $temp)"
7777
exit 1
7878
fi
7979

0 commit comments

Comments
 (0)