Skip to content

Commit

Permalink
bugfix release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Jul 17, 2019
1 parent c55d0d8 commit 80e1ce9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(Pink VERSION 2.2 LANGUAGES C CXX)
project(Pink VERSION 2.3 LANGUAGES C CXX)

message(STATUS "${PROJECT_NAME} version ${PROJECT_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class RecordConan(ConanFile):

name = "pink"
version = "2.2"
version = "2.3"
license = "GPLv3"
description = "Parallelized rotation and flipping INvariant Kohonen maps"
homepage = "https://github.com/HITS-AIN/PINK"
Expand Down
2 changes: 1 addition & 1 deletion tools/dockerfile-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN pip3 install --upgrade pip && \

RUN git clone https://github.com/HITS-AIN/PINK.git && \
cd PINK && \
git checkout 2.2 && \
git checkout 2.3 && \
mkdir build && cd build && \
cmake .. && \
make
Expand Down
2 changes: 1 addition & 1 deletion tools/dockerfile-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN pip3 install --upgrade pip && \

RUN git clone https://github.com/HITS-AIN/PINK.git && \
cd PINK && \
git checkout 2.2 && \
git checkout 2.3 && \
mkdir build && cd build && \
cmake .. && \
make
Expand Down

0 comments on commit 80e1ce9

Please sign in to comment.