summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-04 14:28:27 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-15 16:18:11 +0100
commit5572d9a52789177ba91409cc9fb4930836aa1630 (patch)
tree2a5438aa181a09cc3c344945f315099e12e54b76 /tools
parent40b2e42e09d4778d03c16afbe256b5549fcd8f1f (diff)
downloadtelepathy-glib-5572d9a52789177ba91409cc9fb4930836aa1630.tar.gz
telepathy.am: consider *+ to be a non-release, for Mission Control
Diffstat (limited to 'tools')
-rw-r--r--tools/telepathy.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/telepathy.am b/tools/telepathy.am
index a2b7645ca..b9dba6028 100644
--- a/tools/telepathy.am
+++ b/tools/telepathy.am
@@ -9,7 +9,7 @@ dist-hook:
distcheck-hook:
@test "z$(CHECK_FOR_UNRELEASED)" = z || \
case @VERSION@ in \
- *.*.*.*) ;; \
+ *.*.*.*|*+) ;; \
*) \
if grep -r UNRELEASED $(CHECK_FOR_UNRELEASED); \
then \
@@ -21,7 +21,7 @@ distcheck-hook:
_is-release-check:
@case @VERSION@ in \
- (*.*.*.*) \
+ (*.*.*.*|*+) \
echo "Hey! @VERSION@ is not a release!" >&2; \
exit 2; \
;; \