Changeset 21aeaa717acdbc3a39dc2aae46f63158cb133e45

Show
Ignore:
Timestamp:
02/21/08 22:37:55 (6 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203629875 +0000
git-parent:

[ce3c305fdb10d98292218bf08951087e3e4f94fc]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203629875 +0000
Message:

cmake: Defines PACKAGE_VERSION_* as pointed by jpeg.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/cmake/include/config.cmake

    rf03c892 r21aeaa7  
    2727set(COPYRIGHT_MESSAGE "Copyright © the VideoLAN team") 
    2828set(COPYRIGHT_YEARS "2001-2008") 
     29set(PACKAGE_VERSION_EXTRA ${VLC_VERSION_EXTRA}) 
     30set(PACKAGE_VERSION_MAJOR ${VLC_VERSION_MAJOR}) 
     31set(PACKAGE_VERSION_MINOR ${VLC_VERSION_MINOR}) 
     32set(PACKAGE_VERSION_REVISION ${VLC_VERSION_PATCH}) 
    2933 
    3034###########################################################