Skip to content

Commit 2fb5d6b

Browse files
committed
- increase version to 1.9.3 nightly
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25121 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 80b135d commit 2fb5d6b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Compiler/FrontEnd/ModelicaBuiltin.mo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,6 +3928,12 @@ package '1.9.2' "Version 1.9.2 (2015-03-17)"
39283928
<body>Redirecting to the <a href=\"https://trac.openmodelica.org/OpenModelica/wiki/ReleaseNotes/1.9.2\">on-line release notes</a>.</body>
39293929
</html>"));
39303930
end '1.9.2';
3931+
package '1.9.3' "Version 1.9.3 (2015-03-17)"
3932+
annotation(Documentation(info = "<html>
3933+
<head><meta http-equiv=\"refresh\" content=\"0; url=https://trac.openmodelica.org/OpenModelica/wiki/ReleaseNotes/1.9.3\"></head>
3934+
<body>Redirecting to the <a href=\"https://trac.openmodelica.org/OpenModelica/wiki/ReleaseNotes/1.9.3\">on-line release notes</a>.</body>
3935+
</html>"));
3936+
end '1.9.2';
39313937
annotation(Documentation(info="<html>
39323938
This section summarizes the major releases of OpenModelica and what changed between the major versions.
39333939
Note that OpenModelica is developed rapidly.

Compiler/runtime/omc_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
#endif
112112

113113
#ifdef CONFIG_REVISION
114-
#define CONFIG_VERSION "1.9.2 (r" CONFIG_REVISION ")"
114+
#define CONFIG_VERSION "1.9.3+dev (r" CONFIG_REVISION ")"
115115
#else
116-
#define CONFIG_VERSION "1.9.2"
116+
#define CONFIG_VERSION "1.9.3+dev"
117117
#endif
118118

119119

0 commit comments

Comments
 (0)