diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-05-05 17:19:00 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-05-05 17:19:00 +0000 |
commit | 6ba552cc5dafcf20522a177095447fb82cfa2040 (patch) | |
tree | ea1aae9107d2731469fd46901c8d2544225d740d /rbutil/rbutilqt/version.h | |
parent | e90d53cea8e5e7add86fc03918d720a145dbf462 (diff) |
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
Diffstat (limited to 'rbutil/rbutilqt/version.h')
-rw-r--r-- | rbutil/rbutilqt/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
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$" |