diff options
Diffstat (limited to '')
-rwxr-xr-x | prepare-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-release.sh b/prepare-release.sh index 12c29f7..1bc8474 100755 --- a/prepare-release.sh +++ b/prepare-release.sh | |||
@@ -45,7 +45,7 @@ sed -i -e "s@ENTITY bz-version \".*\"@ENTITY bz-version \"$VERSION\"@" \ | |||
45 | # isn't, so explicitly change it here too. | 45 | # isn't, so explicitly change it here too. |
46 | sed -i -e "s@This manual page pertains to version .* of@This manual page pertains to version $VERSION of@" \ | 46 | sed -i -e "s@This manual page pertains to version .* of@This manual page pertains to version $VERSION of@" \ |
47 | -e "s@sorting file compressor, v.*@sorting file compressor, v$VERSION@" \ | 47 | -e "s@sorting file compressor, v.*@sorting file compressor, v$VERSION@" \ |
48 | bzip2.1* bzip2.txt | 48 | bzip2.1 |
49 | 49 | ||
50 | # Update sources. All sources, use bzlib_private. | 50 | # Update sources. All sources, use bzlib_private. |
51 | # Except bzip2recover, which embeds a version string... | 51 | # Except bzip2recover, which embeds a version string... |