Changeset 22862929fb5d5e551aafa47ee0038d9446ba4c32
- Timestamp:
- 02/21/08 22:42:38
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203630158 +0000
- git-parent:
[21aeaa717acdbc3a39dc2aae46f63158cb133e45]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1203630158 +0000
- Message:
cmake: Fix PACKAGE_VERSION_* as pointed by jpeg.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r21aeaa7 |
r2286292 |
|
| 27 | 27 | set(COPYRIGHT_MESSAGE "Copyright © the VideoLAN team") |
|---|
| 28 | 28 | set(COPYRIGHT_YEARS "2001-2008") |
|---|
| 29 | | set(PACKAGE_VERSION_EXTRA ${VLC_VERSION_EXTRA}) |
|---|
| 30 | | set(PACKAGE_VERSION_MAJOR ${VLC_VERSION_MAJOR}) |
|---|
| 31 | | set(PACKAGE_VERSION_MINOR ${VLC_VERSION_MINOR}) |
|---|
| 32 | | set(PACKAGE_VERSION_REVISION ${VLC_VERSION_PATCH}) |
|---|
| | 29 | set(PACKAGE_VERSION_EXTRA "${VLC_VERSION_EXTRA}") |
|---|
| | 30 | set(PACKAGE_VERSION_MAJOR "${VLC_VERSION_MAJOR}") |
|---|
| | 31 | set(PACKAGE_VERSION_MINOR "${VLC_VERSION_MINOR}") |
|---|
| | 32 | set(PACKAGE_VERSION_REVISION "${VLC_VERSION_PATCH}") |
|---|
| 33 | 33 | |
|---|
| 34 | 34 | ########################################################### |
|---|