Commit a395739f authored by Simon Stridsberg's avatar Simon Stridsberg

Prepare for 6.0.13

parent f2771769
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2023 Varnish Software])
Copyright (c) 2006-2024 Varnish Software])
AC_REVISION([$Id$])
AC_INIT([Varnish], [6.0.12], [varnish-dev@varnish-cache.org])
AC_INIT([Varnish], [6.0.13], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/miniobj.h)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
......
......@@ -37,7 +37,7 @@ Longer listings like example command output and VCL look like this::
$ /opt/varnish/sbin/varnishd -V
varnishd (varnish-6.0.x revision 1234567)
Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2022 Varnish Software AS
Copyright (c) 2006-2024 Varnish Software AS
.. For maintainers:
......
......@@ -44,5 +44,5 @@ VCS_Message(const char *progname)
{
fprintf(stderr, "%s (%s)\n", progname, VCS_version);
fprintf(stderr, "Copyright (c) 2006 Verdens Gang AS\n");
fprintf(stderr, "Copyright (c) 2006-2023 Varnish Software\n");
fprintf(stderr, "Copyright (c) 2006-2024 Varnish Software\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