Release plan: Difference between revisions

Line 49: Line 49:
##Merge the branch release/2.4.0 into '''master''' (<u>'''NOT'''</u> next) for flightgear and simgear
##Merge the branch release/2.4.0 into '''master''' (<u>'''NOT'''</u> next) for flightgear and simgear
##:We don't have a next branch for fgdata, no merging of the release branch here.
##:We don't have a next branch for fgdata, no merging of the release branch here.
=== To bump up the version number ===
* fgdata
** edit the ''version'' file
* SimGear
** edit the ''version'' file
* FlightGear
** edit the ''version'' file
** edit ''CMakeLists.txt''
**: change the line '''find_package(SimGear 2.5.0 REQUIRED)'''
** edit ''src/Main/main.cxx''
**: change the line '''static char required_version[] = "2.5.0";'''


=== Definition of Stream States ===
=== Definition of Stream States ===