diff --git a/trunk/LSLEditor.res b/trunk/LSLEditor.res index 408b374..a89a2fb 100644 Binary files a/trunk/LSLEditor.res and b/trunk/LSLEditor.res differ diff --git a/trunk/Properties/AssemblyInfo.cs b/trunk/Properties/AssemblyInfo.cs index 269f4ba..02d92d2 100644 --- a/trunk/Properties/AssemblyInfo.cs +++ b/trunk/Properties/AssemblyInfo.cs @@ -70,7 +70,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: // -[assembly: AssemblyVersion("3.0.0.5")] +[assembly: AssemblyVersion("3.0.0.6")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -100,4 +100,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyDelaySign(false)] //[assembly: AssemblyKeyName("")] [assembly: ComVisibleAttribute(false)] -[assembly: AssemblyFileVersionAttribute("3.0.0.5")] +[assembly: AssemblyFileVersionAttribute("3.0.0.6")] diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 15fc362..6071a74 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -6,25 +6,23 @@
-

2018-01-15 - Release 3.0.0

-
-

* Added all functions of the OSSL library (http://opensimulator.org/wiki/Category:OSSL_Functions).

-

* Added the include functionality.

-
    -
  • The LSLI extension has been created and is required for the use of the include function.
  • -
  • Scripts can now be included using '//#include("<path>/<file>")' inside an LSLI script.
  • -
  • LSLI scripts can be directly interpreted by the debugger inside the LSL Editor.
  • -
  • LSLI scripts can be exported to LSL scripts.
  • -
-

- For more information about the include functionality, - please visit - - https://docs.google.com/document/d/1gEkeY4rk-x06PPRPlxVbiPdXS1NDiaiQxZRrVfzwFjA/edit?usp=sharing - -

-
-

2013-10-18 - Release 2.55.0

+

2018-01-15 - Release 2.56.0

+
+ * Added all functions of the OSSL library (http://opensimulator.org/wiki/Category:OSSL_Functions). +
* Added the include functionality. +
    +
  • The LSLI extension has been created and is required for the use of the include function.
  • +
  • Scripts can now be included using '//#include("<path>/<file>")' inside an LSLI script.
  • +
  • LSLI scripts can be directly interpreted by the debugger inside the LSL Editor.
  • +
  • LSLI scripts can be exported to LSL scripts.
  • +
+ For more information about the include functionality, + please visit + + https://docs.google.com/document/d/1gEkeY4rk-x06PPRPlxVbiPdXS1NDiaiQxZRrVfzwFjA/edit?usp=sharing + +
+

2013-10-18 - Release 2.55.0

* Constants Added: