From 192ff67bff5289442bb557be62eb1aa13015a6d9 Mon Sep 17 00:00:00 2001 From: PhasicFlow <113092888+PhasicFlow@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:47:49 +0330 Subject: [PATCH] Update bashrc version is added to the end of file name --- cmake/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/bashrc b/cmake/bashrc index d5e04cf8..277080d3 100644 --- a/cmake/bashrc +++ b/cmake/bashrc @@ -1,7 +1,7 @@ export pFlow_PROJECT_VERSION=v-1.0 -export pFlow_PROJECT=phasicFlowV-1.0 +export pFlow_PROJECT="phasicFlow-$pFlow_PROJECT_VERSION" projectDir="$HOME/PhasicFlow"