Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 0749382

Browse files
author
Lasse Karstensen
committed
Prepare 1.22.
1 parent fc3f424 commit 0749382

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22
AC_COPYRIGHT([Copyright (c) 2011-2014 Varnish Software AS])
3-
AC_INIT([libvmod-cookie], [1.21])
3+
AC_INIT([libvmod-cookie], [1.22])
44
AC_CONFIG_MACRO_DIR([m4])
55
AC_CONFIG_SRCDIR(src/vmod_cookie.vcc)
66
AM_CONFIG_HEADER(config.h)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libvmod-cookie (1.22) unstable; urgency=medium
2+
3+
* Pseudo-release to clear up packaging mistake. No code changes.
4+
5+
-- Lasse Karstensen <lkarsten@varnish-software.com> Mon, 15 Sep 2014 16:14:56 +0200
6+
17
libvmod-cookie (1.21) unstable; urgency=low
28

39
* Pseudo-release to clear up packaging mistake. No code changes.

vmod-cookie.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Cookie VMOD for Varnish %{VARNISHVER}
22
Name: vmod-cookie
3-
Version: 1.21
3+
Version: 1.22
44
Release: 1%{?dist}
55
License: BSD
66
Group: System Environment/Daemons

0 commit comments

Comments
 (0)