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 5463c7d commit cc4f7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/runtime/config.h
Expand Up @@ -92,9 +92,9 @@
#endif

#ifdef CONFIG_REVISION
#define CONFIG_VERSION "1.8.0 (r" CONFIG_REVISION ")"
#define CONFIG_VERSION "1.8.1 (r" CONFIG_REVISION ")"
#else
#define CONFIG_VERSION "1.8.0"
#define CONFIG_VERSION "1.8.1"
#endif


Expand Down

0 comments on commit cc4f7d0

Please sign in to comment.