Skip to content

Commit d99d9e8

Browse files
committed
update version number to v0.5
1 parent 25e0672 commit d99d9e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ int main(int args,char *argv[]){
2525
ierr=PetscInitialize(&args,&argv,NULL,NULL);if (ierr) return ierr;
2626

2727
const PetscInt Year=2021;
28-
const PetscInt Month=1;
29-
const PetscInt Day=1;
30-
const PetscReal Version=0.4;
28+
const PetscInt Month=3;
29+
const PetscInt Day=28;
30+
const PetscReal Version=0.5;
3131

3232
Welcome(Year,Month,Day,Version);
3333

0 commit comments

Comments
 (0)