We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce29834 commit 69e01a6Copy full SHA for 69e01a6
NEWS
@@ -1,3 +1,8 @@
1
+2.39.1 (unstable):
2
+
3
+* Use (and require) C++11.
4
+ (Murray Cumming)
5
6
2.38.1 (stable):
7
8
* Fix the build with C++11 compilers, such as MS Visual C++ 2013 - Implicit
configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.38.1],
+AC_INIT([libxml++], [2.39.1],
[https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B],
[libxml++], [http://libxmlplusplus.sourceforge.net/])
AC_PREREQ([2.59])
0 commit comments