Changeset 21aeaa717acdbc3a39dc2aae46f63158cb133e45
- 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
| rf03c892 |
r21aeaa7 |
|
| 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 | 33 | |
|---|
| 30 | 34 | ########################################################### |
|---|