Skip to content

Commit

Permalink
moving towards 1.4.2
Browse files Browse the repository at this point in the history
- updated Uninstall.bat
- updated the product code, product name, etc
- made getVersionNr return 1.4.2


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2463 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Aug 15, 2006
1 parent 1b88103 commit a07171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/settingsimpl.c
Expand Up @@ -18,7 +18,7 @@ void Settings_5finit(void)

RML_BEGIN_LABEL(Settings__getVersionNr)
{
rmlA0 = (void*) mk_scon("1.4.1");
rmlA0 = (void*) mk_scon("1.4.2");
RML_TAILCALLK(rmlSC);
}
RML_END_LABEL
Expand Down

0 comments on commit a07171e

Please sign in to comment.