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_
2014-01-15 18:06:01 +01:00
#define nginx_rtmp_version 1001002
#define NGINX_RTMP_VERSION "1.1.2"
#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */