Backout release-specific changes.

This commit is contained in:
Micah Cowan 2009-09-22 10:24:07 -07:00
parent 780d1e674b
commit ba2a0b871a
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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) >> $@