Skip to content

Commit 7cbad19

Browse files
authored
Merge pull request #47 from sdmytrievs/master
Changed version to 4.4.3
2 parents d85ee81 + c21e940 commit 7cbad19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.16)
33

44
# Set the name of the project
5-
project(GEMS3K VERSION 4.4.2 LANGUAGES CXX C)
5+
project(GEMS3K VERSION 4.4.3 LANGUAGES CXX C)
66

77
set(CMAKE_CXX_STANDARD 20)
88
set(CMAKE_CXX_STANDARD_REQUIRED ON)

GEMS3K/gems3k_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

3-
#define GEMS3K_VERSION "4.4.2"
4-
#define GEMS3K_VERSION_HASH "b67c32d"
5-
#define GEMS3K_GIT_BRANCH "free_bug"
3+
#define GEMS3K_VERSION "4.4.3"
4+
#define GEMS3K_VERSION_HASH "33622fe"
5+
#define GEMS3K_GIT_BRANCH "master"
66
#define GEMS3K_ChemicalFun "0.1.12"
77
#define GEMS3K_ThermoFun "0.5.2"

install-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ test -f /usr/local/lib/libChemicalFun.$EXTN || {
123123
# Building thermofun library
124124
mkdir -p ~/code && \
125125
cd ~/code && \
126-
git clone https://bitbucket.org/gems4/chemicalfun.git -b $BRANCH_TFUN && \
126+
git clone https://github.com/thermohub/chemicalfun.git -b $BRANCH_TFUN && \
127127
cd chemicalfun && \
128128
mkdir -p build && \
129129
cd build && \
@@ -144,7 +144,7 @@ test -f /usr/local/lib/libThermoFun.$EXTN || {
144144
# Building thermofun library
145145
mkdir -p ~/code && \
146146
cd ~/code && \
147-
git clone https://bitbucket.org/gems4/thermofun.git -b $BRANCH_TFUN && \
147+
git clone https://github.com/thermohub/thermofun.git -b $BRANCH_TFUN && \
148148
cd thermofun && \
149149
mkdir -p build && \
150150
cd build && \

0 commit comments

Comments
 (0)