Skip to content

Commit

Permalink
Start the SRS 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 27, 2024
1 parent 384ccba commit fca7629
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 80 deletions.
2 changes: 1 addition & 1 deletion trunk/configure
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ fi
MODULE_ID="CORE"
MODULE_DEPENDS=()
ModuleLibIncs=(${SRS_OBJS})
MODULE_FILES=("srs_core" "srs_core_version" "srs_core_version5" "srs_core_autofree" "srs_core_performance"
MODULE_FILES=("srs_core" "srs_core_version" "srs_core_version7" "srs_core_autofree" "srs_core_performance"
"srs_core_time" "srs_core_platform" "srs_core_deprecated")
CORE_INCS="src/core"; MODULE_DIR=${CORE_INCS} . $SRS_WORKDIR/auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/core/srs_core_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#ifndef SRS_CORE_VERSION_HPP
#define SRS_CORE_VERSION_HPP

#include <srs_core_version6.hpp>
#include <srs_core_version7.hpp>

#endif
14 changes: 0 additions & 14 deletions trunk/src/core/srs_core_version3.hpp

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/src/core/srs_core_version4.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions trunk/src/core/srs_core_version4.hpp

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/src/core/srs_core_version5.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions trunk/src/core/srs_core_version5.hpp

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/src/core/srs_core_version6.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions trunk/src/core/srs_core_version6.hpp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// SPDX-License-Identifier: MIT
//

#include <srs_core_version3.hpp>
#include <srs_core_version7.hpp>
14 changes: 14 additions & 0 deletions trunk/src/core/srs_core_version7.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//

#ifndef SRS_CORE_VERSION7_HPP
#define SRS_CORE_VERSION7_HPP

#define VERSION_MAJOR 7
#define VERSION_MINOR 0
#define VERSION_REVISION 0

#endif

0 comments on commit fca7629

Please sign in to comment.