From ccf5245bbb395f56a201e9308073d2f2a9db2b95 Mon Sep 17 00:00:00 2001 From: NotFound Date: Thu, 14 Jul 2011 17:38:49 +0200 Subject: [PATCH] set version to 1.0.0 --- pir/winxed_compiler.pir | 2 +- winxedst1.winxed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pir/winxed_compiler.pir b/pir/winxed_compiler.pir index 9c93de4..8ee7d2d 100644 --- a/pir/winxed_compiler.pir +++ b/pir/winxed_compiler.pir @@ -29727,7 +29727,7 @@ # { .annotate 'line', 10159 new $P1, ['FixedIntegerArray'], 3 - null $I1 + set $I1, 1 $P1[0] = $I1 null $I1 $P1[1] = $I1 diff --git a/winxedst1.winxed b/winxedst1.winxed index 7b3c255..bfa8566 100644 --- a/winxedst1.winxed +++ b/winxedst1.winxed @@ -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;