From: Anthony Minessale Date: Sat, 14 Jan 2006 18:55:20 +0000 (+0000) Subject: optimize pcre and fix autoheadache X-Git-Tag: v1.0-beta1~3339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e86c382d995ee1480ce7eff0829f814751f920d;p=thirdparty%2Ffreeswitch.git optimize pcre and fix autoheadache git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@387 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/checkversion.sh b/checkversion.sh index 365e3149a3..ef6184141d 100755 --- a/checkversion.sh +++ b/checkversion.sh @@ -12,6 +12,7 @@ oldversion=`cat .version 2>/dev/null || echo "0"` if [ $oldversion != $version ] ; then cat src/include/switch_version.h.in | sed "s/@SVN_VERSION@/$version/g" > src/include/switch_version.h echo $version > .version + make modclean fi