Skip to content

Commit

Permalink
[release-22.06] Release version 22.06.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
maltehelmert committed Sep 15, 2022
1 parent 2c91650 commit 4aa863f
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__ = "22.06"
__version__ = "22.06.1"
2 changes: 1 addition & 1 deletion misc/releases/22.06/Dockerfile.22.06
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN wget http://www.coin-or.org/download/source/Osi/$OSI_VERSION.tgz && \

# Install Fast Downward.
WORKDIR /workspace/downward/
RUN git clone --depth 1 --branch release-22.06.0 https://github.com/aibasel/downward.git . && \
RUN git clone --depth 1 --branch release-22.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/22.06/Vagrantfile.22.06
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Vagrant.configure("2") do |config|
cd /home/vagrant

if ! [ -e downward ] ; then
git clone --branch release-22.06.0 https://github.com/aibasel/downward.git downward
git clone --branch release-22.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 4aa863f

Please sign in to comment.