diff --git a/Makefile b/Makefile index af052f31a3..1f273d6ccb 100644 --- a/Makefile +++ b/Makefile @@ -1513,6 +1513,9 @@ endif ifeq ($(OS_TARGET),zxspectrum) OEXT=.rel endif +ifeq ($(OS_TARGET),wasi) +EXEEXT=.wasm +endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) FPCMADE=fpcmade.$(SHORTSUFFIX) ZIPSUFFIX=$(SHORTSUFFIX) diff --git a/components/lazutils/lazversion.pas b/components/lazutils/lazversion.pas index 1e19ec2be9..a5e1e3082b 100644 --- a/components/lazutils/lazversion.pas +++ b/components/lazutils/lazversion.pas @@ -23,9 +23,9 @@ const laz_major = 2; laz_minor = 2; laz_release = 0; - laz_patch = 2; + laz_patch = 3; laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch; - laz_version = '2.2.0.2'; + laz_version = '2.2.0.3'; implementation diff --git a/ide/lazarus.lpi b/ide/lazarus.lpi index 2bda26d856..3c1ac103e0 100644 --- a/ide/lazarus.lpi +++ b/ide/lazarus.lpi @@ -25,7 +25,7 @@ - + diff --git a/ide/lazarus.res b/ide/lazarus.res index 2eb2e22161..3bc8f67261 100644 Binary files a/ide/lazarus.res and b/ide/lazarus.res differ diff --git a/ide/version.inc b/ide/version.inc index 47c9612264..6be9a8b0ec 100644 --- a/ide/version.inc +++ b/ide/version.inc @@ -1 +1 @@ -'2.2.0RC2' +'2.2.0RC3' diff --git a/lazarus.app/Contents/Info.plist b/lazarus.app/Contents/Info.plist index ef9b9ffd60..64edb8a631 100644 --- a/lazarus.app/Contents/Info.plist +++ b/lazarus.app/Contents/Info.plist @@ -152,7 +152,7 @@ CFBundleSignature laza CFBundleVersion - 2 + 3 CSResourcesFileMapped NSHighResolutionCapable diff --git a/lcl/interfaces/lcl.lpk b/lcl/interfaces/lcl.lpk index 041e636ea7..6d14e76e0a 100644 --- a/lcl/interfaces/lcl.lpk +++ b/lcl/interfaces/lcl.lpk @@ -129,7 +129,7 @@ end;"/> "/> - + diff --git a/lcl/lclbase.lpk b/lcl/lclbase.lpk index 2f7fed0b92..18c7de1d98 100644 --- a/lcl/lclbase.lpk +++ b/lcl/lclbase.lpk @@ -26,7 +26,7 @@ "/> - + diff --git a/packager/globallinks/lcl-2.2.0.2.lpl b/packager/globallinks/lcl-2.2.0.3.lpl similarity index 100% rename from packager/globallinks/lcl-2.2.0.2.lpl rename to packager/globallinks/lcl-2.2.0.3.lpl diff --git a/packager/globallinks/lclbase-2.2.0.2.lpl b/packager/globallinks/lclbase-2.2.0.3.lpl similarity index 100% rename from packager/globallinks/lclbase-2.2.0.2.lpl rename to packager/globallinks/lclbase-2.2.0.3.lpl diff --git a/tools/install/linux/environmentoptions.xml b/tools/install/linux/environmentoptions.xml index e3a57b2cee..d046faf447 100644 --- a/tools/install/linux/environmentoptions.xml +++ b/tools/install/linux/environmentoptions.xml @@ -1,7 +1,7 @@ - + diff --git a/tools/install/macosx/environmentoptions.xml b/tools/install/macosx/environmentoptions.xml index 2b75557258..583d037d6b 100644 --- a/tools/install/macosx/environmentoptions.xml +++ b/tools/install/macosx/environmentoptions.xml @@ -1,7 +1,7 @@ - + diff --git a/tools/install/win/environmentoptions.xml b/tools/install/win/environmentoptions.xml index e9af55cb26..a09f115158 100644 --- a/tools/install/win/environmentoptions.xml +++ b/tools/install/win/environmentoptions.xml @@ -1,7 +1,7 @@ - +