29 lines
766 B
Diff
29 lines
766 B
Diff
|
From 781023ef997bac433dbc258bd5cfdc1366f2ffa4 Mon Sep 17 00:00:00 2001
|
||
|
From: Rex Dieter <rdieter@math.unl.edu>
|
||
|
Date: Wed, 27 Aug 2014 15:35:16 -0500
|
||
|
Subject: [PATCH 17/22] bump --version output to rc3
|
||
|
|
||
|
missed the ball for rc2
|
||
|
---
|
||
|
scripts/xdg-utils-common.in | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in
|
||
|
index c365cca..37c4082 100644
|
||
|
--- a/scripts/xdg-utils-common.in
|
||
|
+++ b/scripts/xdg-utils-common.in
|
||
|
@@ -226,8 +226,8 @@ check_common_commands()
|
||
|
exit_success
|
||
|
;;
|
||
|
|
||
|
- --version)
|
||
|
- echo "@NAME@ 1.1.0 rc1"
|
||
|
+ t --version)
|
||
|
+ echo "@NAME@ 1.1.0 rc3"
|
||
|
exit_success
|
||
|
;;
|
||
|
esac
|
||
|
--
|
||
|
2.1.0
|
||
|
|