diff options
author | dougb <dougb@FreeBSD.org> | 2011-02-17 17:11:41 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-02-17 17:11:41 +0800 |
commit | ad00aa2081ae819efa86169a4bb3f559d16fa780 (patch) | |
tree | 0aa93f0fd40ebd5fbcfb61c84406d3093cfd0081 /editors/xxe/Makefile.inc | |
parent | a1d7a4970d13d7f6d15a43e7202f5e3fd8b41756 (diff) | |
download | freebsd-ports-gnome-ad00aa2081ae819efa86169a4bb3f559d16fa780.tar.gz freebsd-ports-gnome-ad00aa2081ae819efa86169a4bb3f559d16fa780.tar.zst freebsd-ports-gnome-ad00aa2081ae819efa86169a4bb3f559d16fa780.zip |
Upgrade to 4.8.0, released 2011-01-25
"XMLmind XML Editor (XXE for short) now allows to author
DITA 1.2 documents."
There are also various bug fixes, and improved drag/drop support.
Diffstat (limited to 'editors/xxe/Makefile.inc')
-rw-r--r-- | editors/xxe/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xxe/Makefile.inc b/editors/xxe/Makefile.inc index 3b01bab16d81..bfea35785891 100644 --- a/editors/xxe/Makefile.inc +++ b/editors/xxe/Makefile.inc @@ -1,2 +1,4 @@ -XXE_VERSION= 4.7.0 +# Referenced in ../xml2rfc-xxe + +XXE_VERSION= 4.8.0 XXE_DIR= xxe-perso-${XXE_VERSION:S/./_/g} |