Commit 7473fc92 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Forgot this one.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4097 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent fea55e44
......@@ -41,8 +41,8 @@ SVNID("$Id$")
void
varnish_version(const char *progname)
{
fprintf(stderr, "%s (%s-%s SVN %s)\n", progname,
PACKAGE_TARNAME, PACKAGE_VERSION, svn_version());
fprintf(stderr, "%s (%s-%s)\n", progname,
PACKAGE_TARNAME, PACKAGE_VERSION);
fprintf(stderr,
"Copyright (c) 2006-2009 Linpro AS / Verdens Gang AS\n");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment