25 Feb
2009
25 Feb
'09
1:46 p.m.
Hi, Alexei Sheplyakov schrieb:
+1.5.1 (25 February 2009) +* Fixed compiling problems with GNU g++ 3.4. +* Fixed broken RTTI on woe32. +
Oh, what a nice joke!
what do you mean? Should we change NEWS?
-m4_define([ginac_lt_current], [0]) -m4_define([ginac_lt_age], [0]) +m4_define([ginac_lt_current], [1]) +m4_define([ginac_lt_age], [1]) m4_define([ginac_lt_revision], [0])
This looks incorrect. We did not add or removed any interfaces, we fixed existing ones. So we should simply increment ginac_lt_revision, and that's it.
But crc32(), crctab[], make_hash_seed() are part of the (public) interface, or not? Regards, Jens