Skip to content

Commit 0ed69fe

Browse files
authored
update version
1 parent 14df57e commit 0ed69fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaMEMLib.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PetscErrorCode LaMEMLibMain(void *param,PetscLogStage stages[4])
6060
PetscPrintf(PETSC_COMM_WORLD,"-------------------------------------------------------------------------- \n");
6161
PetscPrintf(PETSC_COMM_WORLD," Lithosphere and Mantle Evolution Model \n");
6262
PetscPrintf(PETSC_COMM_WORLD," Compiled: Date: %s - Time: %s \n",__DATE__,__TIME__ );
63-
PetscPrintf(PETSC_COMM_WORLD," Version : 2.1.3 \n");
63+
PetscPrintf(PETSC_COMM_WORLD," Version : 2.1.4 \n");
6464
PetscPrintf(PETSC_COMM_WORLD,"-------------------------------------------------------------------------- \n");
6565
PetscPrintf(PETSC_COMM_WORLD," STAGGERED-GRID FINITE DIFFERENCE CANONICAL IMPLEMENTATION \n");
6666
PetscPrintf(PETSC_COMM_WORLD,"-------------------------------------------------------------------------- \n");

0 commit comments

Comments
 (0)