Skip to content

Commit

Permalink
omnetpp: 6.0.3 added
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Feb 23, 2024
1 parent a6107c1 commit 545c06e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opp_env/database/omnetpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def get_project_descriptions():
# Modernized versions build/work with modern a C++ compiler, bison/flex
# and other tools and libraries, and also to have similar setenv scripts.
released_versions = [
"6.0.2*", "6.0.1", "6.0",
"6.0.3*", "6.0.2*", "6.0.1", "6.0",
"5.7.1*", "5.7",
"5.6.3*", "5.6.2", "5.6.1", "5.6",
"5.5.2*", "5.5.1", "5.5",
Expand All @@ -355,9 +355,9 @@ def get_project_descriptions():
"4.0.2*", "4.0p1",
"3.3.2*", "3.3.1",
# branches
"6.0.x:6.0.2",
"5.7.x:5.7.1", "5.6.x:5.6.3", "5.5.x:5.5.2", "5.4.x:5.4.2", "5.3.x:5.3.1", "5.2.x:5.2.2", "5.1.x:5.1.2", "5.0.x:5.0.1",
"4.6.x:4.6.1", "4.5.x:4.5.1", "4.4.x:4.4.2", "4.3.x:4.3.2", "4.2.x:4.2.3", "4.1.x:4.1.1", "4.0.x:4.0.2",
"6.0.x:6.0.3",
"5.7.x:5.7.1", "5.6.x:5.6.3", "5.5.x:5.5.2", "5.4.x:5.4.2", "5.3.x:5.3.1", "5.2.x:5.2.2", "5.1.x:5.1.2", "5.0.x:5.0.1",
"4.6.x:4.6.1", "4.5.x:4.5.1", "4.4.x:4.4.2", "4.3.x:4.3.2", "4.2.x:4.2.3", "4.1.x:4.1.1", "4.0.x:4.0.2",
"3.3.x:3.3.2",
]
descriptions = []
Expand Down

0 comments on commit 545c06e

Please sign in to comment.