diff --git a/ChangeLog b/ChangeLog
index a8437fa5..2b15c32c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
XQilla: an XQuery and XPath 2.0 library and command line interpreter.
+version 2.3.2 (2015.07.07):
+ * XQilla can now be built with Visual Studios 2013.
+
version 2.3.1 (2015.05.18):
* Modified to build against Xerces-C 3.1.2.
* Added Visual Studio 2010 projects.
diff --git a/Makefile.am b/Makefile.am
index d62b89f3..61079388 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ lib_LTLIBRARIES = libxqilla.la
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
# -no-undefined for Cygwin (bug #1639669)
-libxqilla_la_LDFLAGS = -version-info 6:0:1 -no-undefined
+libxqilla_la_LDFLAGS = -version-info 6:0:2 -no-undefined
libxqilla_la_SOURCES = \
src/framework/ReferenceCounted.cpp \
diff --git a/Makefile.in b/Makefile.in
index 835ce36d..f25ac661 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -513,7 +513,7 @@ lib_LTLIBRARIES = libxqilla.la
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
# -no-undefined for Cygwin (bug #1639669)
-libxqilla_la_LDFLAGS = -version-info 6:0:1 -no-undefined
+libxqilla_la_LDFLAGS = -version-info 6:0:2 -no-undefined
libxqilla_la_SOURCES = \
src/framework/ReferenceCounted.cpp \
src/framework/BaseMemoryManager.cpp \
diff --git a/Win32Projects/VC10/xqilla.vcxproj b/Win32Projects/VC10/xqilla.vcxproj
index 2d5fa89a..2572a633 100644
--- a/Win32Projects/VC10/xqilla.vcxproj
+++ b/Win32Projects/VC10/xqilla.vcxproj
@@ -670,7 +670,6 @@
-
diff --git a/Win32Projects/VC7.1/xqilla.vcproj b/Win32Projects/VC7.1/xqilla.vcproj
index 9b02f0ee..36cef45f 100644
--- a/Win32Projects/VC7.1/xqilla.vcproj
+++ b/Win32Projects/VC7.1/xqilla.vcproj
@@ -159,7 +159,6 @@
-
diff --git a/Win32Projects/VC8/xqilla.vcproj b/Win32Projects/VC8/xqilla.vcproj
index 67800cb7..de68b866 100644
--- a/Win32Projects/VC8/xqilla.vcproj
+++ b/Win32Projects/VC8/xqilla.vcproj
@@ -239,7 +239,6 @@
-
diff --git a/configure b/configure
index cfd89e9c..1ebfe85f 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for XQilla 2.3.1.
+# Generated by GNU Autoconf 2.67 for XQilla 2.3.2.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='XQilla'
PACKAGE_TARNAME='xqilla'
-PACKAGE_VERSION='2.3.1'
-PACKAGE_STRING='XQilla 2.3.1'
+PACKAGE_VERSION='2.3.2'
+PACKAGE_STRING='XQilla 2.3.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1453,7 +1453,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures XQilla 2.3.1 to adapt to many kinds of systems.
+\`configure' configures XQilla 2.3.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1524,7 +1524,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of XQilla 2.3.1:";;
+ short | recursive ) echo "Configuration of XQilla 2.3.2:";;
esac
cat <<\_ACEOF
@@ -1634,7 +1634,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-XQilla configure 2.3.1
+XQilla configure 2.3.2
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2174,7 +2174,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by XQilla $as_me 2.3.1, which was
+It was created by XQilla $as_me 2.3.2, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -3102,7 +3102,7 @@ fi
# Define the identity of the package.
PACKAGE=XQilla
- VERSION=2.3.1
+ VERSION=2.3.2
cat >>confdefs.h <<_ACEOF
@@ -17262,7 +17262,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by XQilla $as_me 2.3.1, which was
+This file was extended by XQilla $as_me 2.3.2, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17328,7 +17328,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-XQilla config.status 2.3.1
+XQilla config.status 2.3.2
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index dfda65c1..9a8be6d2 100644
--- a/configure.in
+++ b/configure.in
@@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([XQilla],[2.3.1],[])
+AC_INIT([XQilla],[2.3.2],[])
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET([])
-AM_INIT_AUTOMAKE(XQilla, 2.3.1,)
+AM_INIT_AUTOMAKE(XQilla, 2.3.2,)
AC_CONFIG_SRCDIR([src/runtime/Result.cpp])
AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h])
AC_CONFIG_MACRO_DIR([autotools/m4])
diff --git a/docs/dom3-api/DOMAttr_8hpp.html b/docs/dom3-api/DOMAttr_8hpp.html
index ca480b6e..0aebc3a0 100644
--- a/docs/dom3-api/DOMAttr_8hpp.html
+++ b/docs/dom3-api/DOMAttr_8hpp.html
@@ -70,7 +70,7 @@ This graph shows which files directly or indirectly include this file:
-
Generated on 18 May 2015 for XQilla DOM Level 3 API by
+
Generated on 8 Jul 2015 for XQilla DOM Level 3 API by
1.6.1