[6.0] 7d1ded3aa Prepare for 6.0.3

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Feb 19 15:23:10 UTC 2019


commit 7d1ded3aa033a018317dbafc61587026ea2ef8a3
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Feb 19 16:21:57 2019 +0100

    Prepare for 6.0.3

diff --git a/configure.ac b/configure.ac
index 615dcd9d1..58153c804 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-2018 Varnish Software])
+Copyright (c) 2006-2019 Varnish Software])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [6.0.2], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [6.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 0b08f51fc..08ff9b41e 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.3 (unreleased)
+Varnish Cache 6.0.3 (2019-02-19)
 ================================
 
 * Included ``vtree.h`` in the distribution for vmods and
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 9a708b593..e86d038fe 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-trunk revision 199de9b)
     Copyright (c) 2006 Verdens Gang AS
-    Copyright (c) 2006-2018 Varnish Software AS
+    Copyright (c) 2006-2019 Varnish Software AS
 
 
 .. For maintainers:
diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
index 1b9a42196..b2258ccde 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-2018 Varnish Software AS\n");
+	fprintf(stderr, "Copyright (c) 2006-2019 Varnish Software AS\n");
 }


More information about the varnish-commit mailing list