Skip to content

Commit a3bc018

Browse files
committed
update for publication
1 parent 4206212 commit a3bc018

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 \
3838

3939
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11
4040

41-
# RUN mkdir -p /mnt/host_home
42-
# RUN mkdir -p /mnt/host_tmp
43-
4441
RUN apt-get clean \
4542
&& apt-get -y autoremove \
4643
&& rm -rf /var/lib/apt/lists/*

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include <iostream>
66

77
#define SPINWALK_VERSION_MAJOR 1
8-
#define SPINWALK_VERSION_MINOR 13
9-
#define SPINWALK_VERSION_PATCH 13
8+
#define SPINWALK_VERSION_MINOR 15
9+
#define SPINWALK_VERSION_PATCH 0
1010

1111
//---------------------------------------------------------------------------------------------
1212
//

0 commit comments

Comments
 (0)