Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeller committed Feb 8, 2020
1 parent aceda49 commit ec51394
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-02-08 (version 1.4-18)
- small fix to make gcc 10 happy [Thanks to Jeff Law and Jerry James!]
- fixed segfault at import [Thanks to Ondra Lengal!]
- updated automake files

2016-03-23 (version 1.4-17)
- fixes to make gcc 6.0 happy [Thanks to Jerry James, Ralf Trainen, and Gaurav Gupta!]
- default switched from dlmalloc to built-in malloc
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dnl ========== initialization ==========

AC_INIT([mona],[1.4],[[email protected]],[mona],[http://www.brics.dk/mona/])
RELEASE=17
RELEASE=18
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(Front/mona.cpp)
AM_INIT_AUTOMAKE()
Expand Down

0 comments on commit ec51394

Please sign in to comment.