Skip to content

Commit

Permalink
Updated Version to 1.00.72
Browse files Browse the repository at this point in the history
Updated version to 1.00.72
Adjusted copyright notice to include 2015
  • Loading branch information
reltham committed Mar 16, 2015
1 parent c3c0454 commit dfc0184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpinSource/openspin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ static bool s_bFinalCompile = false;

static void Banner(void)
{
fprintf(stdout, "Propeller Spin/PASM Compiler \'OpenSpin\' (c)2012-2014 Parallax Inc. DBA Parallax Semiconductor.\n");
fprintf(stdout, "Version 1.00.71 Compiled on %s %s\n",__DATE__, __TIME__);
fprintf(stdout, "Propeller Spin/PASM Compiler \'OpenSpin\' (c)2012-2015 Parallax Inc. DBA Parallax Semiconductor.\n");
fprintf(stdout, "Version 1.00.72 Compiled on %s %s\n",__DATE__, __TIME__);
}

/* Usage - display a usage message and exit */
Expand Down

0 comments on commit dfc0184

Please sign in to comment.