/* * Copyright (C) 2010-2013 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * * This file is part of Nginx Push Stream Module. * * Nginx Push Stream Module is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Nginx Push Stream Module is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Nginx Push Stream Module. If not, see <http://www.gnu.org/licenses/>. * * * ngx_http_push_stream_module.h * * Created: Oct 26, 2010 * Authors: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> */ #ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ #define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.4.1"); static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("e6f1284577495b070e9f2fc51be21fad53606311"); #endif /* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */