From 6ba552cc5dafcf20522a177095447fb82cfa2040 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 5 May 2011 17:19:00 +0000 Subject: deploy.py: support adding a build id. Add support for passing and injecting a build ID to the souces prior to compiling. Allows to easily create rebuilds of Rockbox Utility without creating false positives on update detection. Fix a typo in version.h. Thanks to sideral for noting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29825 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rbutil') diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h index 78db1d2f90..da498ac1a4 100644 --- a/rbutil/rbutilqt/version.h +++ b/rbutil/rbutilqt/version.h @@ -23,9 +23,9 @@ // contain a build timestamp because it needs to be the same in different // files // VERSION is the plain version number, used for http User-Agent string. -// BUILD is an additional build string to handle package updates (i.e. rebuilds -// because of issues like dependency problems or library updates). Usually -// empty. +// BUILDID is an additional build string to handle package updates (i.e. +// rebuilds because of issues like dependency problems or library updates). +// Usually empty. #define BUILDID "" #define VERSION "1.2.9" BUILDID #define PUREVERSION "SVN $Revision$" -- cgit v1.2.3