nginx-mod-rtmp/ngx_rtmp_version.h

16 lines
239 B
C
Raw Normal View History

/*
* Copyright (C) Roman Arutyunyan
*/
#ifndef _NGX_RTMP_VERSION_H_INCLUDED_
#define _NGX_RTMP_VERSION_H_INCLUDED_
2013-11-26 11:13:07 +01:00
#define nginx_rtmp_version 1000007
#define NGINX_RTMP_VERSION "1.0.7"
#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */