Skip to content

Commit

Permalink
version bump 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 6, 2023
1 parent eb8e8f8 commit baa66a0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
10 changes: 6 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ authors:
- name: "Gregory Albiston"
- name: "Harald Schaefer"
- name: "Hollow Man"
- name: "Hongsheng Cui"
- name: "Ioan-Alexandru Stef"
- name: "Jakob Erdmann"
- name: "Jakob Stigloher"
Expand Down Expand Up @@ -100,6 +101,7 @@ authors:
- name: "Mirco Sturari"
- name: "Mirko Barthauer"
- name: "Moritz Gütlein"
- name: "Necip Güzel"
- name: "Niklas Freund"
- name: "Nikolaus Furian"
- name: "Pablo Alvarez Lopez"
Expand Down Expand Up @@ -144,19 +146,19 @@ keywords:
- simulation
- microscopic
- traffic
date-released: "2023-06-29"
version: 1.18.0
date-released: "2023-11-07"
version: 1.19.0
doi: 10.5281/zenodo.8346388
repository-code: "https://github.com/eclipse-sumo/sumo"
type: software
url: "https://www.eclipse.dev/sumo/"
identifiers:
- description: "The GitHub tag"
type: url
value: "https://github.com/eclipse-sumo/sumo/releases/tag/v1_18_0"
value: "https://github.com/eclipse-sumo/sumo/releases/tag/v1_19_0"
- description: "The download folder"
type: url
value: "https://sumo.dlr.de/releases/1.18.0/"
value: "https://sumo.dlr.de/releases/1.19.0/"
license:
- "EPL-2.0"
- "GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif ()

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

# Check if libraries have to be found, depending on SUMO_LIBRARIES
Expand Down
1 change: 1 addition & 0 deletions build/package/sumo.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="v1_19_0" date="2023-11-07"/>
<release version="v1_18_0" date="2023-06-29"/>
<release version="v1_17_0" date="2023-04-25"/>
<release version="v1_16_0" date="2023-02-07"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ChangeLog
---

## Git Main
## Version 1.19.0 (07.11.2023)

### Bugfixes

Expand Down
4 changes: 2 additions & 2 deletions docs/web/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ markdown_extensions:
- codehilite

extra:
Version: 1.18.0
ReleaseDate: 29.06.2023
Version: 1.19.0
ReleaseDate: 07.11.2023

AdditionalFile: '[*additional-file*](/docs/sumo.html#format_of_additional_files)'
AdditionalFiles: '[*additional-files*](/docs/sumo.html#format_of_additional_files)'
Expand Down
4 changes: 2 additions & 2 deletions src/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@
#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.18.0"
#define VERSION_STRING "1.19.0"
#endif

/* defines the epsilon to use on general floating point comparison */
Expand Down

0 comments on commit baa66a0

Please sign in to comment.