]> granicus.if.org Git - libvpx/commitdiff
mark generated version header
authorJohann <johannkoenig@google.com>
Thu, 14 Dec 2017 19:57:49 +0000 (11:57 -0800)
committerJohann <johannkoenig@google.com>
Thu, 14 Dec 2017 19:58:10 +0000 (11:58 -0800)
Allows it to pass the license check in chromium.

BUG=chromium:98319

Change-Id: I5ba9c8c81ab9eb4168df09db9d2eab846e99e981

build/make/version.sh

index 6967527771b084045b6ece4ddc945a5cb3648941..f36ede10f2ce027f7229d598a5469ca869fbc3d1 100755 (executable)
@@ -60,6 +60,7 @@ if [ ${bare} ]; then
     echo "${changelog_version}${git_version_id}" > $$.tmp
 else
     cat<<EOF>$$.tmp
+// This file is generated. Do not edit.
 #define VERSION_MAJOR  $major_version
 #define VERSION_MINOR  $minor_version
 #define VERSION_PATCH  $patch_version