diff options
author | Glenn Morris <rgm@gnu.org> | 2013-03-09 18:15:08 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-03-09 18:15:08 -0800 |
commit | 6b88120b111fb83db8d9854493a0e269b17adb11 (patch) | |
tree | fce0f138bf421892d3161f180813040123788794 /admin/make-tarball.txt | |
parent | 9e4a1ee063273a17fff2efacf4620986e2410562 (diff) | |
download | emacs-6b88120b111fb83db8d9854493a0e269b17adb11.tar.gz |
Fix typo in previous
Diffstat (limited to 'admin/make-tarball.txt')
-rw-r--r-- | admin/make-tarball.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 85cd505a28d..005c6694228 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -55,7 +55,7 @@ General steps (for each step, check for possible errors): from now when you intend to make the release. Use M-x add-release-logs to add the ChangeLog entries for that date to the tar file (but not yet to the repository). Name the tar file as - emacs-XX-Y-rc1.tar. If all goes well in the following week, you + emacs-XX.Y-rc1.tar. If all goes well in the following week, you can simply rename the file and use it for the actual release. 5. autoreconf -i -I m4 --force |