From f6f8f750c7a25d123dc6f20902b38bcda1c95963 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 20 Mar 2011 19:30:39 +0000 Subject: More build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/zipme.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/tools') diff --git a/nuttx/tools/zipme.sh b/nuttx/tools/zipme.sh index c92f6b64e..7c08bd271 100755 --- a/nuttx/tools/zipme.sh +++ b/nuttx/tools/zipme.sh @@ -132,6 +132,10 @@ if [ -f ${ZIP_NAME} ] ; then { echo "rm ${ZIP_NAME} failed!" ; exit 1 ; } fi +# Write a version file + +echo "CONFIG_NUTTX_VERSION=\"${VERSION}\" >${NUTTX}/.version + # Then zip it ${TAR} ${TAR_NAME} nuttx-${VERSION}/nuttx nuttx-${VERSION}/apps || \ -- cgit v1.2.3