[Pkg-mono-svn-commits] [SCM] mono-basic branch, master, updated. debian/3.0_pre20130425.a74642a-1

Jo Shields directhex at apebox.org
Thu Apr 25 00:00:34 UTC 2013


The following commit has been merged in the master branch:
commit 08e0003ab8139f57b75b471d9b036a30b0cbc9f1
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Apr 25 00:52:14 2013 +0100

    Imported Upstream version 3.0~pre20130425.a74642a

diff --git a/vbnc/vbnc/setversion.sh b/vbnc/vbnc/setversion.sh
index 0d142a5..650e655 100755
--- a/vbnc/vbnc/setversion.sh
+++ b/vbnc/vbnc/setversion.sh
@@ -3,8 +3,8 @@
 VERSION_VB=$1
 VERSION_TMP=version.tmp
 
-GIT_BRANCH=`git branch | grep '^\*' | cut -d ' ' -f 2`
-GIT_REVISION=`git log --no-color --first-parent -n1 --pretty=format:%h`
+GIT_BRANCH=`git branch | grep '^\*' | cut -d ' ' -f 2; true`
+GIT_REVISION=`git log --no-color --first-parent -n1 --pretty=format:%h; true`
 
 cat ../LicenseFileHeader.txt > $VERSION_TMP
 echo "" >> $VERSION_TMP
diff --git a/vbnc/vbnc/source/General/Version.vb b/vbnc/vbnc/source/General/Version.vb
index 1660253..5a485d8 100644
--- a/vbnc/vbnc/source/General/Version.vb
+++ b/vbnc/vbnc/source/General/Version.vb
@@ -16,4 +16,4 @@
 ' License along with this library; if not, write to the Free Software
 ' Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 ' 
-<Assembly: AssemblyInformationalVersion ("3.0 - master/f338540")>
+<Assembly: AssemblyInformationalVersion ("3.0 - master/a74642a")>

-- 
mono-basic



More information about the Pkg-mono-svn-commits mailing list