diff options
author | Matthias Braun <matze@braunis.de> | 2011-05-17 19:15:04 +0200 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2011-05-17 19:16:04 +0200 |
commit | 963b56c3f92a66a637a1e827f50a0865d22e7dc2 (patch) | |
tree | 71d4c7043f8161da609cb085282f52b8791ab79d | |
parent | 4561ba554b62af80c1b369c72e6adc7c55e5744f (diff) |
update for libfirm-1.19.1libfirm-1.19.1
-rw-r--r-- | NEWS.md | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +libFirm 1.19.1 (1011-05-17) +--------------------------- + +* Fix some set_XXX functions not being exported in the shared library + libFirm 1.19.0 (1011-03-15) --------------------------- diff --git a/configure.ac b/configure.ac index 0780903..6a317a0 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl * Increment major/minor/micro version as you see fit. These 3 numbers dnl are intended for humans and are independent from the libtool versions m4_define([firm_major_version], [1]) m4_define([firm_minor_version], [19]) -m4_define([firm_micro_version], [0]) +m4_define([firm_micro_version], [1]) m4_define([firm_version], [firm_major_version.firm_minor_version.firm_micro_version]) |