summaryrefslogtreecommitdiff
path: root/scripts/version.sh
diff options
context:
space:
mode:
authoradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-06-30 23:29:35 +0200
committeradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-06-30 23:29:35 +0200
commit002c8534bfe2c266959dd42c9c71c17182977d87 (patch)
tree94b09a70cca7346b1361c299c843d316730dde9d /scripts/version.sh
parent813ee1984130c44f737f27426cc8414d19cf3bd9 (diff)
parent371cf3aa2a132401a4557e227577a9f3a57f4477 (diff)
Merge remote-tracking branch 'remotes/github/0.5-basic' into 0.5-basic0.5-basic
Diffstat (limited to 'scripts/version.sh')
-rwxr-xr-xscripts/version.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/version.sh b/scripts/version.sh
new file mode 100755
index 0000000..be1b351
--- /dev/null
+++ b/scripts/version.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+# The yChat Project (2005)
+#
+# This script shows yChat VERSION-BRANCH
+
+sed -n 's/.*VERSION.*: \(.*\)".*/\1/p' src/msgs.h