[7.6] 2154ba2cc Prepare for 7.6.2

Walid Boudebouda walid.boudebouda at gmail.com
Mon Mar 17 14:37:03 UTC 2025


commit 2154ba2ccb95c8768450b0144645a88da5696812
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Mon Mar 17 11:45:59 2025 +0100

    Prepare for 7.6.2

diff --git a/configure.ac b/configure.ac
index 7db4c1375..e861a5f2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 AC_PREREQ([2.69])
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
-Copyright (c) 2006-2024 Varnish Software
-Copyright 2010-2024 UPLEX - Nils Goroll Systemoptimierung])
+Copyright (c) 2006-2025 Varnish Software
+Copyright 2010-2025 UPLEX - Nils Goroll Systemoptimierung])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [7.6.1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [7.6.2], [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 51b8a8c3b..e1af49eb6 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -35,7 +35,7 @@ individual releases. These documents are updated as part of the
 release process.
 
 ================================
-Varnish Cache 7.6.2 (unreleased)
+Varnish Cache 7.6.2 (2025-03-17)
 ================================
 
 .. _VSV00015: https://varnish-cache.org/security/VSV00015.html
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 489910406..27ca2554b 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -40,9 +40,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-7.5.0 revision 1234567)
+    varnishd (varnish-7.6.2 revision 1234567)
     Copyright (c) 2006 Verdens Gang AS
-    Copyright (c) 2006-2024 Varnish Software
+    Copyright (c) 2006-2025 Varnish Software
 
 
 .. For maintainers:
diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
index 4f5983c0d..651e739f6 100644
--- a/lib/libvarnish/version.c
+++ b/lib/libvarnish/version.c
@@ -76,8 +76,8 @@ VCS_String(const char *which)
 		    ")"
 		    "\n"
 		    "Copyright (c) 2006 Verdens Gang AS\n"
-		    "Copyright (c) 2006-2024 Varnish Software\n"
-		    "Copyright 2010-2024 UPLEX - Nils Goroll Systemoptimierung\n"
+		    "Copyright (c) 2006-2025 Varnish Software\n"
+		    "Copyright 2010-2025 UPLEX - Nils Goroll Systemoptimierung\n"
 		);
 	default:
 		WRONG("Wrong argument to VCS_String");


More information about the varnish-commit mailing list