Skip to content

Commit

Permalink
Alterando incremento da versão path para a minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVenturini authored Dec 11, 2018
1 parent 8c11cbf commit 0a9ade3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ char flags[9]; // cada posição se refere a um tipo de flag
// inves de incluir a biblioteca geracao.h
void geraCodigo(TreeNode *, char *, char);

char *version = "6.1.0";
char *version = "6.0.1";

void qualFlag(char *flag) {

Expand Down Expand Up @@ -193,4 +193,4 @@ int main(int argc, char *argv[]) {
}

return 0;
}
}

0 comments on commit 0a9ade3

Please sign in to comment.