File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ endif ()
3939# the part after ... sets all cmake policies to "new" which have been introduced up to that cmake version
4040cmake_minimum_required (VERSION 3.5...3.21 FATAL_ERROR)
4141project ("${PROJECT_NAME} " CXX C)
42- set (PACKAGE_VERSION "1.25.0 " )
42+ set (PACKAGE_VERSION "git " )
4343
4444# Check if libraries have to be found, depending on SUMO_LIBRARIES
4545set (SUMO_LIBRARIES "$ENV{SUMO_LIBRARIES} " CACHE PATH "Location of SUMOLibraries dependencies" )
Original file line number Diff line number Diff line change 22title : ChangeLog
33---
44
5+ ## Git Main
6+
7+ ### Bugfixes
8+
59## Version 1.25.0 (13.11.2025)
610
711### Bugfixes
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ All scenarios should be fixed by now.
8888 - in CMakeLists.txt
8989 - [ in mkdocs.yml] ( {{Source}}docs/web/mkdocs.yml ) in the ** extra:** section at the end
9090 to update the [ download links] ( ../Downloads.md )
91- - [ in sumo.metainfo.xml] ( {{Source}}build_config/package/sumo.metainfo.xml )
91+ - [ in org.eclipse. sumo.metainfo.xml] ( {{Source}}build_config/package/org.eclipse. sumo.metainfo.xml )
9292 for correct flatpak info
9393 - in [ CITATION.cff] ( {{Source}}CITATION.cff )
9494 - in the [ ChangeLog] ( ../ChangeLog.md )
@@ -150,6 +150,7 @@ If everything is fine:
150150 - this assumes you have the devscripts package as well as all sumo dependencies installed
151151 - unzip the special source release ` tar xzf sumo_{{Version}}.orig.tar.gz `
152152 - run ` cd sumo-{{Version}} && tools/build_config/ubuntu_release.sh ` and enter the release comment
153+ - upload using ` dput -f ppa:sumo/stable ../sumo_{{Version}}*_source.changes `
153154- start a pull request against [ winget] ( https://github.com/microsoft/winget-pkgs/tree/master/manifests/e/EclipseFoundation/SUMO )
154155- upload the wheels to PyPI using ` twine upload /s/daily/wheels/*{{Version}}*.whl `
155156 - you might need to do this with an up to date twine in a virtual environment, see https://github.com/pypi/warehouse/issues/15611
Original file line number Diff line number Diff line change 220220#cmakedefine HAVE_PYTHON
221221
222222/* Define if auto-generated version .h should be used. */
223- // #define HAVE_VERSION_H
223+ #define HAVE_VERSION_H
224224#ifndef HAVE_VERSION_H
225225 /* Define if auto-generated version .h is unavailable. */
226226 #define VERSION_STRING "1.25.0"
You can’t perform that action at this time.
0 commit comments