From 824357a2c7352483b0521ef5d6b58ac201fabe72 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Mon, 12 Jan 2015 17:42:08 +0530 Subject: Changed the version from 3.4.5+ to 3.4.5 for binary compatibility of video codecs. --- scripts/kconfig/mconf | Bin 151187 -> 0 bytes scripts/setlocalversion | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100755 scripts/kconfig/mconf diff --git a/scripts/kconfig/mconf b/scripts/kconfig/mconf deleted file mode 100755 index f98093b8..00000000 Binary files a/scripts/kconfig/mconf and /dev/null differ diff --git a/scripts/setlocalversion b/scripts/setlocalversion index bd6dca8a..1df175a9 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -52,7 +52,7 @@ scm_version() # If only the short version is requested, don't bother # running further git commands if $short; then - echo "+" + echo "" return fi # If we are past a tagged commit (like -- cgit