blob: 2f735f513e6e0016245b2024595b7b59548f67db [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// This file is autogenerated, do not edit.
// Version component numbers. These come from the VERSION file and are
// manually updated.
#define SYZYGY_MAJOR ${MAJOR}
#define SYZYGY_MINOR ${MINOR}
#define SYZYGY_BUILD ${BUILD}
#define SYZYGY_PATCH ${PATCH}
// This holds the short git hash as a string, truncated to 7 characters.
#define SYZYGY_LASTCHANGE "${LASTCHANGE}"
// This holds the full 32-character git hash as a string.
#define SYZYGY_LASTCHANGE_FULL "${LASTCHANGE_FULL}"
#define SYZYGY_VERSION_STRING \
"${MAJOR}.${MINOR}.${BUILD}.${PATCH} (${LASTCHANGE})"