]> git.sesse.net Git - vlc/commitdiff
Added a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE...
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 18 Aug 2005 12:55:46 +0000 (12:55 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 18 Aug 2005 12:55:46 +0000 (12:55 +0000)
toolbox

diff --git a/toolbox b/toolbox
index 9eb52f15c0f8d95b8c682a12c5eb67b31bff17ba..70621241826d1d91b7046f424f4a3530848fe0f7 100755 (executable)
--- a/toolbox
+++ b/toolbox
@@ -462,12 +462,18 @@ then
   fi
 
   cat >| src/misc/version.c << EOF
+/* DO NOT EDIT THIS FILE - IT IS REGENERATED AT EVERY COMPILE -
+ * IT GIVES BETTER TRACKING OFF VLC STABLE AND DEVELOPMENT VERSIONS
+ * WETHER THEY ARE BUILD BY OTHERS OR DURING DEVELOPMENT OR FOR THE
+ * OFFICIAL VLC STABLE RELEASES.
+ */
 const char psz_vlc_compile_time[] = "${VLC_COMPILE_TIME}";
 const char psz_vlc_compile_by[] = "${VLC_COMPILE_BY}";
 const char psz_vlc_compile_host[] = "${VLC_COMPILE_HOST}";
 const char psz_vlc_compile_domain[] = "${VLC_COMPILE_DOMAIN}";
 const char psz_vlc_compiler[] = "${VLC_COMPILER}";
 const char psz_vlc_changeset[] = "${VLC_CHANGESET}";
+
 EOF
 fi