summaryrefslogtreecommitdiff
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-11-06 05:07:58 +0000
committerMark Spencer <markster@digium.com>2005-11-06 05:07:58 +0000
commit7c3efb156c658d838517d05923b49f2262347ca9 (patch)
treed992c2a42b90148b5cc31c799696063652fa65c9 /channels/misdn/Makefile
parentb721635619585f60710a244df621eabee41e0e4c (diff)
chan_misdn updates (bug #5597)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn/Makefile')
-rwxr-xr-xchannels/misdn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index 0e0917a2d..2288bc7d2 100755
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -33,7 +33,7 @@ chan_misdn_lib.a: $(OBJS)
ar crv $@ $(OBJS)
Makefile.ast: FORCE
- @echo CFLAGS+=$(MISDNCFLAGS) -Imisdn/ -DCHAN_MISDN_VERSION=\\\"0.1.1\\\" >$@.tmp
+ @echo CFLAGS+=$(MISDNCFLAGS) -Imisdn/ -DCHAN_MISDN_VERSION=\\\"0.2.0\\\" >$@.tmp
@echo MISDNUSER = $(MISDNUSER) >>$@.tmp
@if [ -r $@ ] && cmp -s $@ $@.tmp; then rm -f $@.tmp; else mv -f $@.tmp $@; fi