[6.0] a3bc025c2 Prepare for 6.0.11

Martin Blix Grydeland martin at varnish-software.com
Tue Nov 8 10:03:09 UTC 2022


commit a3bc025c2df28e4a76e10c2c41217c9864e9963b
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Oct 12 11:41:21 2022 +0200

    Prepare for 6.0.11

diff --git a/configure.ac b/configure.ac
index 28476d480..ca100e06c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
-Copyright (c) 2006-2020 Varnish Software])
+Copyright (c) 2006-2022 Varnish Software])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [6.0.10], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [6.0.11], [varnish-dev at varnish-cache.org])
 AC_CONFIG_SRCDIR(include/miniobj.h)
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/changes.rst b/doc/changes.rst
index 36580a851..7fdd4530e 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -27,7 +27,7 @@ individual releases. These documents are updated as part of the
 release process.
 
 =================================
-Varnish Cache 6.0.11 (unreleased)
+Varnish Cache 6.0.11 (2022-11-08)
 =================================
 
 * Handling of hop-by-hop headers has been fixed for HTTP/2 (3416_).
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index e5c33b1e4..7e0d27619 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -35,9 +35,9 @@ Conventions used in this manual include:
 Longer listings like example command output and VCL look like this::
 
     $ /opt/varnish/sbin/varnishd -V
-    varnishd (varnish-trunk revision 199de9b)
+    varnishd (varnish-6.0.x revision 1234567)
     Copyright (c) 2006 Verdens Gang AS
-    Copyright (c) 2006-2020 Varnish Software AS
+    Copyright (c) 2006-2022 Varnish Software AS
 
 
 .. For maintainers:
diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
index 194eb328e..aab1951db 100644
--- a/lib/libvarnish/version.c
+++ b/lib/libvarnish/version.c
@@ -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-2021 Varnish Software\n");
+	fprintf(stderr, "Copyright (c) 2006-2022 Varnish Software\n");
 }


More information about the varnish-commit mailing list