Skip to content

Commit 8f00af2

Browse files
committed
after release cleanup #563
1 parent ac6c5a6 commit 8f00af2

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4040
cmake_minimum_required(VERSION 3.5...3.21 FATAL_ERROR)
4141
project("${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
4545
set(SUMO_LIBRARIES "$ENV{SUMO_LIBRARIES}" CACHE PATH "Location of SUMOLibraries dependencies")

docs/web/docs/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: ChangeLog
33
---
44

5+
## Git Main
6+
7+
### Bugfixes
8+
59
## Version 1.25.0 (13.11.2025)
610

711
### Bugfixes

docs/web/docs/Developer/HowToRelease.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/config.h.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
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"

0 commit comments

Comments
 (0)