Skip to content

Commit

Permalink
Version 0.1 complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Protofall committed Sep 18, 2019
1 parent 49ebd3a commit 7aa5883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Crayon/code/dreamcast/assist.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ extern char * crayon_get_version(){
if(version == NULL){
return NULL;
}
sprintf(version, "%d.%d.%d-dev", CRAYON_MAJOR_NUMBER, CRAYON_MINOR_NUMBER, CRAYON_PATCH_NUMBER);
sprintf(version, "%d.%d.%d", CRAYON_MAJOR_NUMBER, CRAYON_MINOR_NUMBER, CRAYON_PATCH_NUMBER);
// sprintf(version, "%d.%d.%d-dev", CRAYON_MAJOR_NUMBER, CRAYON_MINOR_NUMBER, CRAYON_PATCH_NUMBER);
return version;
}

Expand Down

0 comments on commit 7aa5883

Please sign in to comment.