26 lines
669 B
Diff
26 lines
669 B
Diff
From 233512d857379115736216392b048c753b5d04b5 Mon Sep 17 00:00:00 2001
|
|
From: Rex Dieter <rdieter@math.unl.edu>
|
|
Date: Mon, 8 May 2017 07:33:56 -0500
|
|
Subject: [PATCH 1/8] bump version: 1.1.2+
|
|
|
|
---
|
|
scripts/xdg-utils-common.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in
|
|
index 160e3ca..8b85883 100644
|
|
--- a/scripts/xdg-utils-common.in
|
|
+++ b/scripts/xdg-utils-common.in
|
|
@@ -245,7 +245,7 @@ check_common_commands()
|
|
;;
|
|
|
|
--version)
|
|
- echo "@NAME@ 1.1.2"
|
|
+ echo "@NAME@ 1.1.2+"
|
|
exit_success
|
|
;;
|
|
esac
|
|
--
|
|
2.14.3
|
|
|