Skip to content

Commit

Permalink
after release cleanup #563
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 10, 2024
1 parent f1af1a8 commit 13ec8d0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif ()

cmake_minimum_required(VERSION 3.5)
project("${PROJECT_NAME}" CXX C)
set(PACKAGE_VERSION "1.21.0")
set(PACKAGE_VERSION "git")

# Check if libraries have to be found, depending on SUMO_LIBRARIES
set(SUMO_LIBRARIES "$ENV{SUMO_LIBRARIES}" CACHE PATH "Location of SUMOLibraries dependencies")
Expand Down
6 changes: 6 additions & 0 deletions build_config/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sumo (1.21.0-1) jammy; urgency=medium

* new upstream version

-- Michael Behrisch <[email protected]> Thu, 10 Oct 2024 10:55:02 +0200

sumo (1.20.0-1) jammy; urgency=medium

* new upstream version
Expand Down
8 changes: 6 additions & 2 deletions docs/web/docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: ChangeLog
---

## Git Main

### Bugfixes

## Version 1.21.0 (10.10.2024)

### Bugfixes
Expand Down Expand Up @@ -136,7 +140,7 @@ title: ChangeLog
- Fixed crash recomputing network with volatile recomputing and loaded vehicles #15356
- Can now create rides with only one edge #15361
- Fixed clicking Person/container plans over TAZs #15363
- Fixed crash trying to move persons over TAZ #15365
- Fixed crash trying to move persons over TAZ #15365
- Fixed crash joining junctions with crossings #15328
- Fixed loss of TAZ edges after recomputing with volatile options #15401
- Stop attribute `parking` now takes effect when set in *Stop mode* #15439
Expand All @@ -153,7 +157,7 @@ title: ChangeLog
- Copy template now copies the changeLeft/changeRight attributes #15507
- Contour of non-filled polygons is now reset after moving #15541
- Fixed crash when attempting to create a joined NEMA controller #15547
- Fixed lefthand drawing of additional elements #15566
- Fixed lefthand drawing of additional elements #15566

- sumo-gui
- Reloading now works if SUMO_HOME is not set #14830 (regression in 1.15.0)
Expand Down
2 changes: 1 addition & 1 deletion src/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
#cmakedefine HAVE_PYTHON

/* Define if auto-generated version.h should be used. */
//#define HAVE_VERSION_H
#define HAVE_VERSION_H
#ifndef HAVE_VERSION_H
/* Define if auto-generated version.h is unavailable. */
#define VERSION_STRING "1.21.0"
Expand Down

0 comments on commit 13ec8d0

Please sign in to comment.