version.c (644B)
1 /* 2 * 3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 * 5 * Copyright 2007-2019 Broadcom Inc. All rights reserved. 6 * 7 * File: version.c 8 * Purpose: Default version file with "unknown. Allows 9 * building without version info (to compare binaries). 10 * Requires: 11 */ 12 13 14 char *_build_release = "unknown"; 15 char *_build_user = "unknown"; 16 char *_build_host = "unknown"; 17 char *_build_date = "no date"; 18 char *_build_datestamp = "no datestamp"; 19 char *_build_tree = "unknown"; 20 char *_build_arch = "unknown"; 21 char *_build_os = "unknown";