/* * $Id$ * * Copyright (c) 2014, Juniper Networks, Inc. * All rights reserved. * This SOFTWARE is licensed under the LICENSE provided in the * ../Copyright file. By downloading, installing, copying, or otherwise * using the SOFTWARE, you agree to be bound by the terms of that * LICENSE. * * xoversion.h -- compile time constants for libxo * NOTE: This file is generated from xoversion.h.in. */ #ifndef LIBXO_XOVERSION_H #define LIBXO_XOVERSION_H /** * The version string */ #define LIBXO_VERSION "0.1.5" /** * The version number */ #define LIBXO_VERSION_NUMBER 1004 /** * The version number as a string */ #define LIBXO_VERSION_STRING "1004" /** * The version number extra info as a string */ #define LIBXO_VERSION_EXTRA "" #endif /* LIBXO_XOVERSION_H */