diff -uNrp a/version.sh b/version.sh --- a/version.sh 2008-09-30 12:00:20 +0300 +++ b/version.sh 2008-09-30 12:02:22 +0300 @@ -6,7 +6,7 @@ if [ $LOCALVER \> 1 ] ; then if [ $VER != $LOCALVER ] ; then VER="$VER+$(($LOCALVER-$VER))" elif git status | grep -q "modified:" ; then - VER="${VER}M" + VER="${VER}kMod" fi VER="$VER $(git-rev-list HEAD -n 1 | head -c 7)" echo "#define X264_VERSION \" r$VER\"" >> config.h