Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/next/external/cache/sources/wl/include/epivers.h.in
Views: 3960
/* * $Copyright Open Broadcom Corporation$ * * $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 $ * */ #ifndef _epivers_h_ #define _epivers_h_ #define EPI_MAJOR_VERSION @EPI_MAJOR_VERSION@ #define EPI_MINOR_VERSION @EPI_MINOR_VERSION@ #define EPI_RC_NUMBER @EPI_RC_NUMBER@ #define EPI_INCREMENTAL_NUMBER @EPI_INCREMENTAL_NUMBER@ #define EPI_BUILD_NUMBER @EPI_BUILD_NUMBER@ #define EPI_VERSION @EPI_VERSION@ #define EPI_VERSION_NUM @EPI_VERSION_NUM@ #define EPI_VERSION_DEV @EPI_VERSION_DEV@ #define EPI_VERSION_STR "@EPI_VERSION_STR@@EPI_VERSION_TYPE@ (@VC_VERSION_NUM@)" #endif