Skip to content

Commit

Permalink
set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed Jul 14, 2011
1 parent 5b47f58 commit ccf5245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pir/winxed_compiler.pir
Expand Up @@ -29727,7 +29727,7 @@
# { # {
.annotate 'line', 10159 .annotate 'line', 10159
new $P1, ['FixedIntegerArray'], 3 new $P1, ['FixedIntegerArray'], 3
null $I1 set $I1, 1
$P1[0] = $I1 $P1[0] = $I1
null $I1 null $I1
$P1[1] = $I1 $P1[1] = $I1
Expand Down
2 changes: 1 addition & 1 deletion winxedst1.winxed
Expand Up @@ -9,7 +9,7 @@ namespace Winxed
namespace Compiler namespace Compiler
{ {


const int VERSION_MAJOR = 0; const int VERSION_MAJOR = 1;
const int VERSION_MINOR = 0; const int VERSION_MINOR = 0;
const int VERSION_BUILD = 0; const int VERSION_BUILD = 0;


Expand Down

0 comments on commit ccf5245

Please sign in to comment.