Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
duncantl committed Jan 30, 2012
1 parent a1ec8b0 commit 0fb9ade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
@@ -1,3 +1,9 @@
Version 3.9-3

* getEncoding() returns NA when the encoding is not known. Previously, this might seg-fault!

* readHTMLTable() passes an encoding argument to the call to xmlValue (and the value of elFun).

Version 3.9-2

* Static NAMESPACE (rather than generated via configure)
Expand Down
2 changes: 1 addition & 1 deletion Install/VersionInfo
@@ -1,6 +1,6 @@
MAJOR_VERSION=3
MINOR_VERSION=9
PATCH_LEVEL=2
PATCH_LEVEL=3
PKG_NAME=XML

TAR_FILE=${PKG_NAME}_${MAJOR_VERSION}.${MINOR_VERSION}-${PATCH_LEVEL}.tar.gz
Expand Down

0 comments on commit 0fb9ade

Please sign in to comment.