[7.0] 6a4c6a5c7 Prepare for 7.0.3

Martin Blix Grydeland martin at varnish-software.com
Tue Aug 9 08:57:05 UTC 2022


commit 6a4c6a5c7e66a664b140278c209f0b18c544cab8
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Aug 4 14:17:09 2022 +0200

    Prepare for 7.0.3

diff --git a/configure.ac b/configure.ac
index 0f2406011..bd8c68e7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ(2.69)
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
-Copyright (c) 2006-2021 Varnish Software])
+Copyright (c) 2006-2022 Varnish Software])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [7.0.2], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [7.0.3], [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 6f2108277..84734b6c4 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -32,7 +32,7 @@ individual releases. These documents are updated as part of the
 release process.
 
 ================================
-Varnish Cache 7.0.3 (unreleased)
+Varnish Cache 7.0.3 (2022-08-09)
 ================================
 
 * Do not filter pseudo-headers as regular headers (VSV00009_ / 3830_).
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 16af4e23e..f3f31a36d 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -42,7 +42,7 @@ Longer listings like example command output and VCL look like this::
     $ /opt/varnish/sbin/varnishd -V
     varnishd (varnish-trunk revision 1234567)
     Copyright (c) 2006 Verdens Gang AS
-    Copyright (c) 2006-2021 Varnish Software
+    Copyright (c) 2006-2022 Varnish Software
 
 
 .. For maintainers:
diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
index af4fd8835..99bbf2c42 100644
--- a/lib/libvarnish/version.c
+++ b/lib/libvarnish/version.c
@@ -74,7 +74,7 @@ VCS_String(const char *which)
 		    ")"
 		    "\n"
 		    "Copyright (c) 2006 Verdens Gang AS\n"
-		    "Copyright (c) 2006-2021 Varnish Software\n"
+		    "Copyright (c) 2006-2022 Varnish Software\n"
 		);
 	default:
 		WRONG("Wrong argument to VCS_String");


More information about the varnish-commit mailing list