From 84af4cd4d9df44b51ca4c7999bea4afcb0ea1051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 Aug 2010 09:45:55 +0000 Subject: automatic version updates svn path=/trunk/externals/hardware/wiimote/; revision=13819 --- version_update.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 version_update.sh (limited to 'version_update.sh') diff --git a/version_update.sh b/version_update.sh new file mode 100644 index 0000000..0425b55 --- /dev/null +++ b/version_update.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +VERSION=$(cat VERSION) + +echo updating to version: $VERSION + +sed -e "s|^VERSION=.*$|VERSION=${VERSION}|" -i Makefile +sed -e "s| VERSION .*;$| VERSION ${VERSION};|" -i wiimote-meta.pd + + + -- cgit v1.2.1