]> git.proxmox.com Git - corosync-pve.git/blob - patches/0007-bump-version-to-3.0.2.patch
buildsys: fix source tarball generation directory level one-off
[corosync-pve.git] / patches / 0007-bump-version-to-3.0.2.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Wed, 19 Jun 2019 13:50:23 +0200
4 Subject: [PATCH] bump version to 3.0.2
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 ---
11 debian/patches/bump-version-to-3.0.2.patch | 27 ++++++++++++++++++++++
12 debian/patches/series | 1 +
13 2 files changed, 28 insertions(+)
14 create mode 100644 debian/patches/bump-version-to-3.0.2.patch
15
16 diff --git a/debian/patches/bump-version-to-3.0.2.patch b/debian/patches/bump-version-to-3.0.2.patch
17 new file mode 100644
18 index 00000000..528ef7a6
19 --- /dev/null
20 +++ b/debian/patches/bump-version-to-3.0.2.patch
21 @@ -0,0 +1,27 @@
22 +From: =?utf-8?q?Fabian_Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
23 +Date: Wed, 19 Jun 2019 13:30:39 +0200
24 +Subject: bump version to 3.0.2
25 +MIME-Version: 1.0
26 +Content-Type: text/plain; charset="utf-8"
27 +Content-Transfer-Encoding: 8bit
28 +
29 +Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
30 +---
31 + .tarball-version | 2 +-
32 + .version | 2 +-
33 + 2 files changed, 2 insertions(+), 2 deletions(-)
34 +
35 +diff --git a/.tarball-version b/.tarball-version
36 +index cb2b00e..b502146 100644
37 +--- a/.tarball-version
38 ++++ b/.tarball-version
39 +@@ -1 +1 @@
40 +-3.0.1
41 ++3.0.2
42 +diff --git a/.version b/.version
43 +index cb2b00e..b502146 100644
44 +--- a/.version
45 ++++ b/.version
46 +@@ -1 +1 @@
47 +-3.0.1
48 ++3.0.2
49 diff --git a/debian/patches/series b/debian/patches/series
50 index fec11c03..36735b84 100644
51 --- a/debian/patches/series
52 +++ b/debian/patches/series
53 @@ -56,3 +56,4 @@ cpg-notify_lib_joinlist-drop-conn-parameter.patch
54 cpg-send-single-confchg-event-per-group-on-joinlist.patch
55 cpg-Add-more-comments-to-notify_lib_joinlist.patch
56 cpg-Move-filling-of-member_list-to-subfunction.patch
57 +bump-version-to-3.0.2.patch