Skip to content

Commit 80e1ce9

Browse files
committed
bugfix release 2.3
1 parent c55d0d8 commit 80e1ce9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(Pink VERSION 2.2 LANGUAGES C CXX)
2+
project(Pink VERSION 2.3 LANGUAGES C CXX)
33

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

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class RecordConan(ConanFile):
44

55
name = "pink"
6-
version = "2.2"
6+
version = "2.3"
77
license = "GPLv3"
88
description = "Parallelized rotation and flipping INvariant Kohonen maps"
99
homepage = "https://github.com/HITS-AIN/PINK"

tools/dockerfile-cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN pip3 install --upgrade pip && \
2929

3030
RUN git clone https://github.com/HITS-AIN/PINK.git && \
3131
cd PINK && \
32-
git checkout 2.2 && \
32+
git checkout 2.3 && \
3333
mkdir build && cd build && \
3434
cmake .. && \
3535
make

tools/dockerfile-gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN pip3 install --upgrade pip && \
2929

3030
RUN git clone https://github.com/HITS-AIN/PINK.git && \
3131
cd PINK && \
32-
git checkout 2.2 && \
32+
git checkout 2.3 && \
3333
mkdir build && cd build && \
3434
cmake .. && \
3535
make

0 commit comments

Comments
 (0)