1#!/bin/sh
2# © 2021 Qualcomm Innovation Center, Inc. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5
6outputpath=../../hyp/core/boot/include/version.h
7echo "updating Gunyah Hypervisor version #...."
8echo "Remember to checkin version.h into P4"
9echo chmod a+x ${outputpath}
10echo $(source ../build/gen_ver.sh > ${outputpath})
11echo "Done! "${outputpath}" is updated!"
12