26 lines
629 B
Diff
26 lines
629 B
Diff
From b5a1297a027d47ffcf248df8e95eb4268e737b98 Mon Sep 17 00:00:00 2001
|
|
From: Lubomir Rintel <lkundrak@v3.sk>
|
|
Date: Wed, 8 Nov 2017 10:34:37 +0100
|
|
Subject: [PATCH 1/2] meson: belatedly bump the version
|
|
|
|
(cherry picked from commit f5f919e903bb9ffe2e5ee34a59ccb78792c08c3b)
|
|
---
|
|
meson.build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index c8583c6a..658b2a8c 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,6 +1,6 @@
|
|
project(
|
|
'network-manager-applet', 'c',
|
|
- version: '1.8.5',
|
|
+ version: '1.8.6',
|
|
license: 'GPL2+',
|
|
default_options: [
|
|
'b_lundef=true',
|
|
--
|
|
2.14.2
|
|
|