From: Pierre d'Herbemont Date: Thu, 21 Feb 2008 21:37:55 +0000 (+0000) Subject: cmake: Defines PACKAGE_VERSION_* as pointed by jpeg. X-Git-Tag: 0.9.0-test0~2567 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=21aeaa717acdbc3a39dc2aae46f63158cb133e45;p=vlc cmake: Defines PACKAGE_VERSION_* as pointed by jpeg. --- diff --git a/extras/buildsystem/cmake/include/config.cmake b/extras/buildsystem/cmake/include/config.cmake index f658ce53f4..c28de48604 100644 --- a/extras/buildsystem/cmake/include/config.cmake +++ b/extras/buildsystem/cmake/include/config.cmake @@ -26,6 +26,10 @@ set(PACKAGE_STRING "vlc") set(VERSION_MESSAGE "vlc-${VLC_VERSION}") set(COPYRIGHT_MESSAGE "Copyright © the VideoLAN team") set(COPYRIGHT_YEARS "2001-2008") +set(PACKAGE_VERSION_EXTRA ${VLC_VERSION_EXTRA}) +set(PACKAGE_VERSION_MAJOR ${VLC_VERSION_MAJOR}) +set(PACKAGE_VERSION_MINOR ${VLC_VERSION_MINOR}) +set(PACKAGE_VERSION_REVISION ${VLC_VERSION_PATCH}) ########################################################### # Options