This file contains global version variables for the MityDSP lwIP port, including both major and minor version numbers. The build date and time are made available as well. More...
#include "version.h"
Variables | |
int | gnLwipPortMajor = 1 |
MityDSP lwIP Port major version number. | |
int | gnLwipPortMinor = 3 |
MityDSP lwIP Port minor version number. | |
int | gnLwipPortBuild = 4 |
MityDSP lwIP Port build version number. | |
const char * | gpLwipPortStr = "MityDSP lwIP port, version 1.3.4" |
MityDSP lwIP Port version as a string. | |
const char * | gpLwipPortDate = __DATE__ |
MityDSP lwIP Port build date. | |
const char * | gpLwipPortTime = __TIME__ |
MityDSP lwIP Port build time. |
This file contains global version variables for the MityDSP lwIP port, including both major and minor version numbers. The build date and time are made available as well.
o 0 | / Copyright (c) 2007-2008 (CL)—o Critical Link, LLC \ O
int gnLwipPortMajor = 1 |
MityDSP lwIP Port major version number.
int gnLwipPortMinor = 3 |
MityDSP lwIP Port minor version number.
int gnLwipPortBuild = 4 |
MityDSP lwIP Port build version number.
const char* gpLwipPortStr = "MityDSP lwIP port, version 1.3.4" |
MityDSP lwIP Port version as a string.
const char* gpLwipPortDate = __DATE__ |
MityDSP lwIP Port build date.
const char* gpLwipPortTime = __TIME__ |
MityDSP lwIP Port build time.