1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine version file

This commit is contained in:
winlin 2021-03-24 15:24:21 +08:00
parent 6c7e24fc6d
commit 89f941fadc
2 changed files with 3 additions and 4 deletions

View file

@ -25,10 +25,7 @@
#define SRS_CORE_HPP
// The version config.
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#include <srs_core_version4.hpp>
#define VERSION_REVISION SRS_VERSION4_REVISION
// The macros generated by configure script.
#include <srs_auto_headers.hpp>

View file

@ -24,6 +24,8 @@
#ifndef SRS_CORE_VERSION4_HPP
#define SRS_CORE_VERSION4_HPP
#define SRS_VERSION4_REVISION 86
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 86
#endif