Skip to content

Commit

Permalink
- compile the c runtime with debug symbols.
Browse files Browse the repository at this point in the history
- changed the -ggdb flag to -g.
- Updated the version numbers in .onb, .doc, .pdf and config.h file.
- some small changes in the Users Guide chapter 10.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jan 30, 2012
1 parent a47da8c commit 8d76448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Helper.cpp
Expand Up @@ -34,7 +34,7 @@
#include "Helper.h"

QString Helper::applicationName = "OMEdit";
QString Helper::applicationVersion = "Version: 1.8.0";
QString Helper::applicationVersion = "Version: 1.8.1";
QString Helper::applicationIntroText = "OpenModelica Connection Editor";
// these two variables are set once we are connected to OMC......in OMCProxy::startServer().
QString Helper::OpenModelicaHome = QString();
Expand Down

0 comments on commit 8d76448

Please sign in to comment.