Mailing List Archive

[6.0] a395739fa Prepare for 6.0.13
commit a395739fa63cddec305142eabefec0a4fd5339e7
Author: Simon Stridsberg <simon.stridsberg@varnish-software.com>
Date: Mon Mar 18 11:30:20 2024 +0100

Prepare for 6.0.13

diff --git a/configure.ac b/configure.ac
index 6a86b27a4..1fc8d677c 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-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])
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 7e0d27619..20f52da85 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -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:
diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
index f8124581a..1361c3b2a 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-2023 Varnish Software\n");
+ fprintf(stderr, "Copyright (c) 2006-2024 Varnish Software\n");
}
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit