Skip to content

Commit

Permalink
v3.0.0 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Axlgrep authored Aug 1, 2018
1 parent 83b394f commit 8296be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN rpm -ivh https://mirrors.ustc.edu.cn/epel/epel-release-latest-7.noarch.rpm &
yum -y install glog-devel && \
yum -y install gcc-c++ && \
yum -y install make && \
yum -y install which && \
yum -y install git

ENV PIKA /pika
Expand Down
6 changes: 3 additions & 3 deletions include/pika_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#ifndef INCLUDE_PIKA_VERSION_H_
#define INCLUDE_PIKA_VERSION_H_

#define PIKA_MAJOR 2
#define PIKA_MINOR 3
#define PIKA_PATCH 6
#define PIKA_MAJOR 3
#define PIKA_MINOR 0
#define PIKA_PATCH 0

#endif // INCLUDE_PIKA_VERSION_H_

0 comments on commit 8296be3

Please sign in to comment.