21 lines
589 B
Diff
21 lines
589 B
Diff
From cb7ce51cc1abd7b98370b903ec96205ebfe48661 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <cb7ce51cc1abd7b98370b903ec96205ebfe48661.1611877215.git.aclaudi@redhat.com>
|
|
From: Stephen Hemminger <stephen@networkplumber.org>
|
|
Date: Thu, 15 Oct 2020 15:18:35 -0700
|
|
Subject: [PATCH] v5.9.0
|
|
|
|
---
|
|
include/version.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/include/version.h b/include/version.h
|
|
index 0088493d..89d05974 100644
|
|
--- a/include/version.h
|
|
+++ b/include/version.h
|
|
@@ -1 +1 @@
|
|
-static const char version[] = "5.8.0";
|
|
+static const char version[] = "5.9.0";
|
|
--
|
|
2.29.2
|
|
|