Fork me on GitHub
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
13#ifndef JANUS_VERSION_H
14#define JANUS_VERSION_H
15
16extern int janus_version;
17extern const char *janus_version_string;
18extern const char *janus_build_git_time;
19extern const char *janus_build_git_sha;
20
21/* Dependencies (those we can't get programmatically) */
22extern const char *libnice_version_string;
23
24#endif
const char * janus_build_git_sha
Definition: version.c:2
const char * janus_build_git_time
Definition: version.c:3
const char * janus_version_string
Definition: version.c:5
int janus_version
Definition: version.c:4
const char * libnice_version_string
Definition: version.c:6