Skip to content

Commit

Permalink
release for v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbai90 committed Jan 30, 2022
1 parent 210ca37 commit 53538de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ int main(int args,char *argv[]){
PetscErrorCode ierr;
ierr=PetscInitialize(&args,&argv,NULL,NULL);if (ierr) return ierr;

const PetscInt Year=2021;
const PetscInt Month=9;
const PetscInt Day=1;
const PetscReal Version=0.6;
const PetscInt Year=2022;
const PetscInt Month=1;
const PetscInt Day=30;
const PetscReal Version=0.7;

Welcome(Year,Month,Day,Version);

Expand Down

0 comments on commit 53538de

Please sign in to comment.