Commit 21aeaa71 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Defines PACKAGE_VERSION_* as pointed by jpeg.

parent ce3c305f
......@@ -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
......
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