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/setlocalversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/setlocalversion') 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