Changeset c3529672cf474af0307e7b8ba7f6c99fcd73ba65

Show
Ignore:
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
  • toolbox

    r2851705 rc352967  
    463463 
    464464  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 */ 
    465470const char psz_vlc_compile_time[] = "${VLC_COMPILE_TIME}"; 
    466471const char psz_vlc_compile_by[] = "${VLC_COMPILE_BY}"; 
     
    469474const char psz_vlc_compiler[] = "${VLC_COMPILER}"; 
    470475const char psz_vlc_changeset[] = "${VLC_CHANGESET}"; 
     476 
    471477EOF 
    472478fi