From 0431c3fde7376018a22c28f273ec223da9f53254 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 12 Oct 2016 14:44:56 -0500 Subject: update version file name to avoid conflicts with mbed-os headers --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.sh') diff --git a/version.sh b/version.sh index a1c79f9..9b53415 100755 --- a/version.sh +++ b/version.sh @@ -7,4 +7,4 @@ if [[ $BRANCH != "master" ]] && [[ $BRANCH != "(no branch)" ]]; then VERSION="$VERSION-$BRANCH" fi -echo -e "#ifndef __VERSION_H__\r\n#define __VERSION_H__\r\n\r\n#define MTDOT_BOX_VERSION \"$VERSION\"\r\n\r\n#endif" > version.h +echo -e "#ifndef __VERSION_H__\r\n#define __VERSION_H__\r\n\r\n#define MTDOT_BOX_VERSION \"$VERSION\"\r\n\r\n#endif" > dotbox_version.h -- cgit v1.2.3