Changeset c3529672cf474af0307e7b8ba7f6c99fcd73ba65
- Timestamp:
- 08/18/05 14:55:46
(3 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1124369746 +0000
- git-parent:
[ae3a94318f4d314f9c3881fac06f4772ab456245]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1124369746 +0000
- Message:
Added a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE IS AUTOMATICALLY GENERATED -
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2851705 |
rc352967 |
|
| 463 | 463 | |
|---|
| 464 | 464 | cat >| src/misc/version.c << EOF |
|---|
| | 465 | /* DO NOT EDIT THIS FILE - IT IS REGENERATED AT EVERY COMPILE - |
|---|
| | 466 | * IT GIVES BETTER TRACKING OFF VLC STABLE AND DEVELOPMENT VERSIONS |
|---|
| | 467 | * WETHER THEY ARE BUILD BY OTHERS OR DURING DEVELOPMENT OR FOR THE |
|---|
| | 468 | * OFFICIAL VLC STABLE RELEASES. |
|---|
| | 469 | */ |
|---|
| 465 | 470 | const char psz_vlc_compile_time[] = "${VLC_COMPILE_TIME}"; |
|---|
| 466 | 471 | const char psz_vlc_compile_by[] = "${VLC_COMPILE_BY}"; |
|---|
| … | … | |
| 469 | 474 | const char psz_vlc_compiler[] = "${VLC_COMPILER}"; |
|---|
| 470 | 475 | const char psz_vlc_changeset[] = "${VLC_CHANGESET}"; |
|---|
| | 476 | |
|---|
| 471 | 477 | EOF |
|---|
| 472 | 478 | fi |
|---|