diff options
author | konablend <[email protected]> | 2009-03-02 03:35:10 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-02 03:35:10 +0000 |
commit | 64246f1cf34a761b36de02d6564dfa552f6c9111 (patch) | |
tree | b68058f1707bd586698d2433d28f8609acdbcdd6 /macosx/Info.h.m4 | |
parent | 237081eafa3234411e138b0c9a25c701ad0c835d (diff) |
BuildSystem:
- changed HandBrakeCLI to use project.h when showing version in hblog
- changed macosx/Info.h.m4 to supply correct version; eg: MacGUI about-panel
- HandBrakeCLI hblog now displays architecture; eg: Darwin i386
- HandBrake.app about-panel now displays architecture; eg: i386
- updated all versioning to reflect project policies:
a. HB_PROJECT_VERSION now behave as old HB_VERSION
b. HB_PROJECT_BUILD now behaves as old HB_BUILD
c. dropped HB_PROJECT_VERSION_FORMAL as it is no longer referenced
- renamed HOST.proc -> HOST.machine for clarity
- renamed BUILD.proc -> BUILD.machine for clarity
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2192 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Info.h.m4')
-rw-r--r-- | macosx/Info.h.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/Info.h.m4 b/macosx/Info.h.m4 index 308e38f6a..39ff7ad64 100644 --- a/macosx/Info.h.m4 +++ b/macosx/Info.h.m4 @@ -7,9 +7,8 @@ include(<<handbrake.m4>>)dnl dnl dnl dnl -<<#>>define HB_PLIST_BUNDLEVERSION svn<<>>__HB_repo_rev +<<#>>define HB_PLIST_BUNDLEVERSION __HB_build <<#>>define HB_PLIST_DISPLAYNAME __HB_name <<#>>define HB_PLIST_GETINFOSTRING __HB_build -<<#>>define HB_PLIST_SHORTVERSIONSTRING __HB_version_formal +<<#>>define HB_PLIST_SHORTVERSIONSTRING __HB_version __BUILD_arch <<#>>define HB_PLIST_SUFEEDURL __HB_url_appcast -<<#>>define HB_PLIST_VERSION __HB_version |