From 0f1bce19a275ef66629de6cb448de93ebc30c476 Mon Sep 17 00:00:00 2001
From: Julien Bonjean <julien@bonjean.info>
Date: Wed, 28 Oct 2009 12:00:12 -0400
Subject: [PATCH] [#2181] Added version support

---
 tools/build-system/launch-build-machine-2.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/build-system/launch-build-machine-2.sh b/tools/build-system/launch-build-machine-2.sh
index d59720e6f2..46246540a0 100755
--- a/tools/build-system/launch-build-machine-2.sh
+++ b/tools/build-system/launch-build-machine-2.sh
@@ -167,6 +167,9 @@ do
 	echo "  --> Retrieve new sources"
 	cp -r ${REFERENCE_REPOSITORY}/${LAUNCHPAD_PACKAGE} ${LAUNCHPAD_DIR}/ 
 
+	echo "  --> Update software version number (${SOFTWARE_VERSION})"
+	echo "${SOFTWARE_VERSION}" > ${LAUNCHPAD_DIR}/${LAUNCHPAD_PACKAGE}/VERSION
+
 	echo "  --> Update debian changelog"
 
 cat << END > ${WORKING_DIR}/sfl-git-dch.conf
-- 
GitLab