mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Synch doc/version.texi with src/version.c.
This commit is contained in:
parent
ef9f5640e4
commit
4055ebc41f
@ -1 +1 @@
|
||||
char *version_string = "1.9-beta";
|
||||
char *version_string = "1.9-cvs";
|
||||
|
@ -98,8 +98,9 @@ rm -rf Branches 1>>$O 2>&1
|
||||
# Force the version if required.
|
||||
if test x"$VERSION" != x
|
||||
then
|
||||
echo "char *version_string = \"$VERSION\";" > src/version.c
|
||||
echo "Forcing version to $VERSION."
|
||||
echo "char *version_string = \"$VERSION\";" > src/version.c
|
||||
echo "@set VERSION $VERSION" > doc/version.texi
|
||||
fi
|
||||
|
||||
# Create configure and friends.
|
||||
|
Loading…
Reference in New Issue
Block a user