You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
807 B
26 lines
807 B
4 years ago
|
From 486924752c0df8c6d20364c8b29b20b0af3b2ebd Mon Sep 17 00:00:00 2001
|
||
|
From: Kalev Lember <klember@redhat.com>
|
||
|
Date: Mon, 22 Mar 2021 23:59:08 +0100
|
||
|
Subject: [PATCH] Use tilde for pre-releases in appdata
|
||
|
|
||
|
---
|
||
|
data/simple-scan.appdata.xml.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/data/simple-scan.appdata.xml.in b/data/simple-scan.appdata.xml.in
|
||
|
index 3b0267f..469293b 100644
|
||
|
--- a/data/simple-scan.appdata.xml.in
|
||
|
+++ b/data/simple-scan.appdata.xml.in
|
||
|
@@ -32,7 +32,7 @@
|
||
|
</p>
|
||
|
</description>
|
||
|
</release>
|
||
|
- <release date="2021-02-25" version="40.beta" type="development">
|
||
|
+ <release date="2021-02-25" version="40~beta" type="development">
|
||
|
<description>
|
||
|
<p>
|
||
|
This is an unstable release in the 40 development series,
|
||
|
--
|
||
|
2.30.2
|
||
|
|