/*
 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 * See https://llvm.org/LICENSE.txt for license information.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 *
 */
#ifndef VSN
#define VSN "Flang"
#endif
#ifndef VER
#define VER 1.5
#endif
#ifndef BLD
#define BLD " - 1.5 2017-05-01"
#endif
#ifndef RELEASE
#define RELEASE ""
#endif
#ifndef SUBVER
#define SUBVER ""
#endif
#ifndef DATE
#define DATE "May 2017"
#endif
#ifndef YEAR
#define YEAR "2017"
#endif
#ifndef DVSN
#define DVSN "2017.0105"
#endif
