mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 22:00:27 +08:00
Backout release-specific changes.
This commit is contained in:
parent
780d1e674b
commit
ba2a0b871a
@ -31,7 +31,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl
|
||||
|
||||
AC_INIT([wget],
|
||||
[1.12],
|
||||
[1.12-devel],
|
||||
[bug-wget@gnu.org])
|
||||
AC_PREREQ(2.61)
|
||||
|
||||
|
@ -73,6 +73,7 @@ version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am \
|
||||
echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> $@
|
||||
echo '' >> $@
|
||||
echo 'const char *version_string = "@VERSION@"' >> $@
|
||||
-hg log -r . --template='" ({node|short})"\n' 2>/dev/null >> $@
|
||||
echo ';' >> $@
|
||||
echo 'const char *compilation_string = "'$(COMPILE)'";' \
|
||||
| $(ESCAPEQUOTE) >> $@
|
||||
|
Loading…
Reference in New Issue
Block a user