Skip to content

Commit fcc289f

Browse files
committed
Print of version number changed to version 0.2.0
1 parent 6490491 commit fcc289f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Modia3D.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module Modia3D
55
println(" \nWelcome to Modia3D - Modeling and simulation of 3D systems")
6-
println(" Version : 0.2.0-beta.3 (2018-09-16)")
6+
println(" Version : 0.2.0 (2018-10-07)")
77

88
const path = dirname(dirname(@__FILE__)) # Absolute path of Modia3D Julia package directory
99

@@ -87,7 +87,7 @@ const connect = Composition.connect # connect cannot be directly exported, due
8787

8888

8989
# Called implicitely at the first import/using of Modia3D (when loading Modia3D to the current Julia session)
90-
function __init__()
90+
function __init__()
9191
info = DLR_Visualization.getSimVisInfo()
9292
(directory, dll_name, isProfessionalEdition, isNoRenderer) = info
9393

@@ -110,7 +110,7 @@ export Object3D
110110

111111

112112
# Add import clauses used in examples and test
113-
import StaticArrays
113+
import StaticArrays
114114
import Unitful
115115
import ModiaMath
116116

0 commit comments

Comments
 (0)