Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.8.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
francabot committed Jul 14, 2024
1 parent 40d28dc commit 30ed55a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.lflang.product/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</property>
<property
name="aboutText"
value="Version: 0.8.1.&#x0A;&#x0A;Epoch is an IDE for Lingua Franca, a polyglot coordination language for building concurrent and distributed software that delivers predictable and reproducible reactive behavior.&#x0A;&#x0A;Visit our GitHub: https://repo.lf-lang.org/.&#x0A;&#x0A;This software is licensed under the BSD 2-Clause License.&#x0A;Copyright © 2019-2022, the Lingua Franca contributors. All rights reserved.">
value="Version: 0.8.2-SNAPSHOT.&#x0A;&#x0A;Epoch is an IDE for Lingua Franca, a polyglot coordination language for building concurrent and distributed software that delivers predictable and reproducible reactive behavior.&#x0A;&#x0A;Visit our GitHub: https://repo.lf-lang.org/.&#x0A;&#x0A;This software is licensed under the BSD 2-Clause License.&#x0A;Copyright © 2019-2022, the Lingua Franca contributors. All rights reserved.">
</property>
<property
name="preferenceCustomization"
Expand Down
Binary file modified org.lflang.product/splash.bmp
Binary file not shown.
2 changes: 1 addition & 1 deletion org.lflang/lingua-franca
Submodule lingua-franca updated 26 files
+0 −41 CHANGELOG.md
+3 −3 README.md
+11 −3 core/src/main/java/org/lflang/AttributeUtils.java
+0 −1 core/src/main/java/org/lflang/LinguaFranca.xtext
+0 −43 core/src/main/java/org/lflang/diagram/synthesis/LinguaFrancaSynthesis.java
+48 −41 core/src/main/java/org/lflang/diagram/synthesis/styles/LinguaFrancaShapeExtensions.java
+0 −8 core/src/main/java/org/lflang/generator/ReactionInstance.java
+0 −19 core/src/main/java/org/lflang/generator/ReactorInstance.java
+4 −25 core/src/main/java/org/lflang/generator/WatchdogInstance.java
+25 −29 core/src/main/java/org/lflang/generator/c/CWatchdogGenerator.java
+4 −17 core/src/main/java/org/lflang/generator/python/PythonReactorGenerator.java
+0 −6 core/src/main/java/org/lflang/scoping/LFScopeProviderImpl.java
+1 −1 core/src/main/java/org/lflang/target/property/type/PlatformType.java
+0 −1 core/src/main/kotlin/org/lflang/generator/cpp/CppGenerator.kt
+2 −18 core/src/main/kotlin/org/lflang/generator/cpp/CppRos2Generator.kt
+16 −50 core/src/main/kotlin/org/lflang/generator/cpp/CppStandaloneGenerator.kt
+1 −1 core/src/main/resources/lib/c/reactor-c
+1 −1 core/src/main/resources/lib/cpp/reactor-cpp
+1 −1 core/src/main/resources/lib/rs/reactor-rs
+1 −1 core/src/main/resources/lib/rs/runtime-version.properties
+1 −1 core/src/main/resources/org/lflang/StringsBundle.properties
+1 −1 gradle.properties
+1 −1 test/C/src/concurrent/Watchdog.lf
+0 −74 test/C/src/concurrent/WatchdogAction.lf
+0 −14 test/Python/src/BankIndex.lf
+0 −22 test/Python/src/PythonPaths.lf

0 comments on commit 30ed55a

Please sign in to comment.