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 ee44522
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
new $P1, ['FixedIntegerArray'], 3
null $I1
set $I1, 1
$P1[0] = $I1
null $I1
$P1[1] = $I1
Expand Down
2 changes: 1 addition & 1 deletion winxedst1.winxed
Expand Up @@ -9,7 +9,7 @@ namespace Winxed
namespace Compiler
{

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

Expand Down

1 comment on commit ee44522

@NotFound
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a cherry-pick from the version_1_0 branch, to synch the version number in master.

Please sign in to comment.