Commit 22862929 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Fix PACKAGE_VERSION_* as pointed by jpeg.

parent 21aeaa71
...@@ -26,10 +26,10 @@ set(PACKAGE_STRING "vlc") ...@@ -26,10 +26,10 @@ set(PACKAGE_STRING "vlc")
set(VERSION_MESSAGE "vlc-${VLC_VERSION}") set(VERSION_MESSAGE "vlc-${VLC_VERSION}")
set(COPYRIGHT_MESSAGE "Copyright © the VideoLAN team") set(COPYRIGHT_MESSAGE "Copyright © the VideoLAN team")
set(COPYRIGHT_YEARS "2001-2008") set(COPYRIGHT_YEARS "2001-2008")
set(PACKAGE_VERSION_EXTRA ${VLC_VERSION_EXTRA}) set(PACKAGE_VERSION_EXTRA "${VLC_VERSION_EXTRA}")
set(PACKAGE_VERSION_MAJOR ${VLC_VERSION_MAJOR}) set(PACKAGE_VERSION_MAJOR "${VLC_VERSION_MAJOR}")
set(PACKAGE_VERSION_MINOR ${VLC_VERSION_MINOR}) set(PACKAGE_VERSION_MINOR "${VLC_VERSION_MINOR}")
set(PACKAGE_VERSION_REVISION ${VLC_VERSION_PATCH}) set(PACKAGE_VERSION_REVISION "${VLC_VERSION_PATCH}")
########################################################### ###########################################################
# Options # Options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment