We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ced443 commit 79bb1d5Copy full SHA for 79bb1d5
releasenotes.txt
@@ -1,4 +1,4 @@
1
-MOG 1.7.8b Release date: TBD
+MOG 1.7.8b Release date: 7/14/2019
2
Fixed problems with executing R files on MAC
3
Added support to load list of R files directly from menu
4
src/edu/iastate/metnet/metaomgraph/MetaOmGraph.java
@@ -420,7 +420,7 @@ public static int getDefaultLineWidth() {
420
}
421
422
/////////////////////
423
- private static final String VERSION = "1.7.8";
+ private static final String VERSION = "1.7.8.1";
424
private static final String DATE = "July 13, 2019";
425
426
public static String getVersion() {
0 commit comments