Skip to content

Commit

Permalink
v589
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed May 29, 2021
1 parent 600a065 commit efd2cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ dist: ${DISTFILES}
rm -rf release/$$REL; mkdir release/$$REL; \
echo "Preparing $$REL"; \
rm -rf $$REL; mkdir $$REL; \
cp ${DISTFILES} $$REL; \
cd $$REL; chmod -w *; chmod +w ${DISTFILES_W}; chmod +x configure; cd ..; \
echo "Creating release/$$REL/$$REL.tar.gz"; \
tar -cf - $$REL | gzip -c >release/$$REL/$$REL.tar.gz; \
Expand Down
4 changes: 2 additions & 2 deletions version.c
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ v587 5/27/21 Fix --with-secure; fix --file-size message on Windows;
fix colored search hilite in colored text; don't exit
if -F and screen is resized; fix memcpy usage.
v588 5/27/21 Fix release.
v589
v589 5/29/21 Copyright & build changes.
*/

char version[] = "589x";
char version[] = "589";

0 comments on commit efd2cce

Please sign in to comment.