We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e17f61 commit e745761Copy full SHA for e745761
README.rst
@@ -9,7 +9,7 @@ Varnish Digest Module
9
:Manual section: 3
10
:Author: Kristian Lyngstøl
11
:Date: 2016-03-16
12
-:Version: 1.0.2
+:Version: 1.0.3
13
14
SYNOPSIS
15
========
configure.ac
@@ -1,6 +1,6 @@
1
AC_PREREQ(2.59)
2
AC_COPYRIGHT([Copyright (c) 2011-2019 Varnish Software])
3
-AC_INIT([libvmod-digest], [1.0.2])
+AC_INIT([libvmod-digest], [1.0.3])
4
AC_CONFIG_MACRO_DIR([m4])
5
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4]))
6
AC_CONFIG_SRCDIR(src/vmod_digest.vcc)
0 commit comments