From 94b75a20fad25d95b4bb3cdb3fdfb952af75ddf3 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Thu, 4 Jan 2007 12:01:43 +0000 Subject: [PATCH] version option (almost) fix --- resources/install/debian/sip-communicator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/debian/sip-communicator.sh b/resources/install/debian/sip-communicator.sh index ac6f0af9d..24f3efe9b 100644 --- a/resources/install/debian/sip-communicator.sh +++ b/resources/install/debian/sip-communicator.sh @@ -8,7 +8,7 @@ eval set -- "$TEMP" while true ; do case "$1" in - -V|--version) echo "SIP Communicator version 1.0-alpha1"; exit 0;; + -V|--version) echo "SIP Communicator version 1.0-alpha2.nightly.build"; exit 0;; --) shift ; break ;; *) echo "Internal error!" ; exit 1 ;; esac