Skip to content

Commit

Permalink
[release-24.06] Release version 24.06.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
maltehelmert committed Feb 7, 2025
1 parent e71e5d4 commit 1eef26b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion driver/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by the scripts in misc/release.
# Do not modify it.

__version__ = "24.06"
__version__ = "24.06.1"
2 changes: 1 addition & 1 deletion misc/releases/24.06/Dockerfile.24.06
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN git clone --depth 1 --branch $SOPLEX_REVISION https://github.com/scipopt/sop

# Install Fast Downward.
WORKDIR /workspace/downward/
RUN git clone --depth 1 --branch release-24.06.0 https://github.com/aibasel/downward.git . && \
RUN git clone --depth 1 --branch release-24.06.1 https://github.com/aibasel/downward.git . && \
./build.py release debug && \
strip --strip-all builds/release/bin/downward

Expand Down
2 changes: 1 addition & 1 deletion misc/releases/24.06/Vagrantfile.24.06
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Vagrant.configure("2") do |config|
cd /home/vagrant

if ! [ -e downward ] ; then
git clone --branch release-24.06.0 https://github.com/aibasel/downward.git downward
git clone --branch release-24.06.1 https://github.com/aibasel/downward.git downward
./downward/build.py release debug
chown -R vagrant.vagrant downward
fi
Expand Down

0 comments on commit 1eef26b

Please sign in to comment.