summaryrefslogtreecommitdiffstats
path: root/debian/patches/0003-Make-uninstaller-not-fail-on-unparseable-versions.patch
blob: 6bb0016b9ce2044d708277a0a1d14ad95a364ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Hilko Bengen <bengen@debian.org>
Date: Sun, 24 Dec 2023 20:04:19 +0100
Subject: Make uninstaller not fail on unparseable versions

... such as 7.94SVN
---
 zenmap/zenmapCore/Version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py
index b3fede4..89ccbfe 100644
--- a/zenmap/zenmapCore/Version.py
+++ b/zenmap/zenmapCore/Version.py
@@ -1 +1 @@
-VERSION = "7.94SVN"
+VERSION = "7.94+SVN"